forked from I2P_Developers/i2p.i2p
load translation bundles in plugins
This commit is contained in:
@@ -126,4 +126,13 @@ public abstract class Translate {
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
||||
/**
|
||||
* Clear the cache.
|
||||
* Call this after adding new bundles to the classpath.
|
||||
* @since 0.7.12
|
||||
*/
|
||||
public static void clearCache() {
|
||||
_missing.clear();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user