Skip to content

Commit b84fb54

Browse files
committed
Deploy French translation
1 parent a04d1ab commit b84fb54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/i18n.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ pub const EXPLICIT_LOCALE_INFO: &[LocaleInfo] = &[
5555
lang: "es",
5656
text: "Español",
5757
},
58+
LocaleInfo {
59+
lang: "fr",
60+
text: "Français",
61+
},
5862
LocaleInfo {
5963
lang: "it",
6064
text: "Italiano",

0 commit comments

Comments
 (0)