Skip to content

Commit

Permalink
Merge pull request #394 from JonathanBout/master
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Jan 8, 2025
2 parents 6af8b92 + 20fab06 commit 9f58474
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 67 deletions.
216 changes: 154 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"compose-up": "docker compose up --build"
},
"dependencies": {
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/parser": "^8.19.0",
"axios": "^1.7.9",
"bootstrap-icons": "^1.11.3",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all": "^4.1.5",
"parse-css-color": "^0.2.1",
"read-last-lines": "^1.8.0",
"typescript-eslint": "^8.18.2",
"typescript-eslint": "^8.19.0",
"vue": "^3.5.13",
"vue-eslint-parser": "^9.4.3",
"vue-i18n": "^11.0.1",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/types": "^7.26.3",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
Expand All @@ -40,7 +40,7 @@
"less-loader": "^12.2.0",
"prettier": "^3.4.2",
"typescript": "~5.7.2",
"vite": "^6.0.6",
"vite": "^6.0.7",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-vue-devtools": "^7.6.8",
"vitest": "^2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion src/components/FooterComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server
:class="'link no-external-icon' + (currentLocale === locale ? ' current' : '')"
@click="changeLanguage(locale)"
>
<img class="flag" :src="`/images/flags/${iconsByLocale[locale]}.svg`" />
<img class="flag" :alt="`${iconsByLocale} flag`" :src="`/images/flags/${iconsByLocale[locale]}.svg`" />
<span>
{{ $t("language." + locale) }}
</span>
Expand Down

0 comments on commit 9f58474

Please sign in to comment.