fix bundle caching
This commit is contained in:
@ -69,6 +69,8 @@ public class Messages {
|
|||||||
// Would it be faster to specify a class loader?
|
// Would it be faster to specify a class loader?
|
||||||
// No matter we only do this once per lang.
|
// No matter we only do this once per lang.
|
||||||
rv = ResourceBundle.getBundle(BUNDLE_NAME, new Locale(lang));
|
rv = ResourceBundle.getBundle(BUNDLE_NAME, new Locale(lang));
|
||||||
|
if (rv != null)
|
||||||
|
_bundles.put(lang, rv);
|
||||||
} catch (MissingResourceException e) {
|
} catch (MissingResourceException e) {
|
||||||
_missing.add(lang);
|
_missing.add(lang);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user