Don't try to translate while still initialising

This commit is contained in:
fullwall 2012-10-16 15:48:43 +08:00
parent fb0660e6e0
commit 08d4aa5fc8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class Translator {
Translator.class.getClassLoader(), resourceFile));
} catch (MissingResourceException e) {
preferredBundle = getDefaultBundle();
Messaging.logTr(Messages.MISSING_TRANSLATIONS, locale);
Messaging.log(translate(Messages.MISSING_TRANSLATIONS, locale));
}
}