Skip to content

Commit 39e4bda

Browse files
committed
fix: add missing language option for French
1 parent 2cba286 commit 39e4bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: frontend/src/App.vue

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
zh: "中文",
3838
tr: "Türkçe",
3939
kr: "한국어",
40+
fr: "Français",
4041
}
4142
this.langSet = langSet
4243
if (nativeLang in langSet) {

0 commit comments

Comments
 (0)