Add French language into LanguageSelector
French language was disabled into language selector for some reason. As the translation is done, it makes sens to enable it again
This commit is contained in:
parent
04b5e4a0d5
commit
0661cddb29
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ namespace MatterHackers.MatterControl
|
|||
languageDict["Default"] = "EN";
|
||||
languageDict["English"] = "EN";
|
||||
languageDict["Español"] = "ES";
|
||||
//languageDict["Français"] = "FR";
|
||||
languageDict["Français"] = "FR";
|
||||
languageDict["Deutsch"] = "DE";
|
||||
languageDict["Polski"] = "PL";
|
||||
languageDict["Türkçe"] = "TR";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue