fix the Estonian language code in the App

This commit is contained in:
krasimir
2016-05-22 11:20:14 +00:00
parent eb47b52e16
commit d26fb001eb

View File

@@ -34,7 +34,7 @@ public class Translator {
// new Language("cmn-Hans-CN", "Chinese (Mandarin)", "AppChi", R.xml.qwerty),
new Language("nl-NL", "Dutch", "AppDut", R.xml.qwerty),
new Language("en-US", "English", "AppEng", R.xml.qwerty),
new Language("fi-FI", "Estonian","AppEst", R.xml.nordic),
new Language("et-EE", "Estonian","AppEst", R.xml.nordic),
new Language("fi-FI", "Finnish", "AppFin", R.xml.nordic),
new Language("fr-FR", "French", "AppFre", R.xml.qwerty), ////
new Language("de-DE", "German", "AppGer", R.xml.qwerty),