Added Indonesian language, fixed bug with saves disappearing

This commit is contained in:
Anuken
2018-01-22 12:46:00 -05:00
parent 772a6abd3f
commit b1c85da528
7 changed files with 988 additions and 35 deletions

View File

@@ -13,7 +13,7 @@ import java.util.Locale;
public class LanguageDialog extends FloatingDialog{
private Locale[] locales = {Locale.ENGLISH, new Locale("fr", "FR"),
new Locale("es", "LA"), new Locale("pt", "BR"), new Locale("ko")};
new Locale("es", "LA"), new Locale("pt", "BR"), new Locale("ko"), new Locale("in", "ID")};
public LanguageDialog(){
super("$text.settings.language");