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:
Nutz95 2015-06-16 22:30:29 +02:00
parent 04b5e4a0d5
commit 0661cddb29

View file

@ -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";