Skip to content

Commit

Permalink
fix: add missing language option for French
Browse files Browse the repository at this point in the history
  • Loading branch information
nanmu42 committed Sep 17, 2024
1 parent 2cba286 commit 39e4bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
zh: "中文",
tr: "Türkçe",
kr: "한국어",
fr: "Français",
}
this.langSet = langSet
if (nativeLang in langSet) {
Expand Down

0 comments on commit 39e4bda

Please sign in to comment.