The last of the locale stuff. If your locale file no longer is

translated, please help us re-translate it at getlocalization.com/mcMMO
This commit is contained in:
GJ
2012-04-25 16:14:44 -04:00
parent e650c2f534
commit ac075c5bae
25 changed files with 6427 additions and 4207 deletions

View File

@ -33,7 +33,7 @@ public class mcLocale {
RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME, new Locale(myLocale));
}
catch (MissingResourceException e) {
RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME, new Locale("en_us"));
RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME, new Locale("en-US"));
}
}