Skip to content

Commit

Permalink
correct name of French
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored Dec 27, 2024
1 parent 712aa29 commit 268e847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/translations.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var TranslationsInfo = []TranslationInfo{
{Name: "de", DisplayName: "Deutsch", TranslationFileName: "de.json"},
{Name: "en", DisplayName: "English", TranslationFileName: "en.json"},
{Name: "es", DisplayName: "Español", TranslationFileName: "es.json"},
{Name: "fr", DisplayName: "François", TranslationFileName: "fr.json"},
{Name: "fr", DisplayName: "Français", TranslationFileName: "fr.json"},
{Name: "it", DisplayName: "Italiano", TranslationFileName: "it.json"},
{Name: "ja", DisplayName: "日本語", TranslationFileName: "ja.json"},
{Name: "pl", DisplayName: "Polski", TranslationFileName: "pl.json"},
Expand Down

0 comments on commit 268e847

Please sign in to comment.