forked from I2P_Developers/i2p.i2p
Translate: Clear ResourceBundle cache too,
available since Java 6 / Android API 9
This commit is contained in:
@ -218,5 +218,6 @@ public abstract class Translate {
|
||||
public static void clearCache() {
|
||||
_missing.clear();
|
||||
_bundles.clear();
|
||||
ResourceBundle.clearCache();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user