This commit is contained in:
Anuken
2019-09-15 18:24:18 -04:00
parent afb47344c6
commit 3fad378b69
2 changed files with 2 additions and 1 deletions

View File

@@ -270,6 +270,7 @@ public class Vars implements Loadable{
Core.bundle = I18NBundle.createBundle(handle, locale);
Log.info("NOTE: external translation bundle has been loaded.");
if(!headless){
Time.run(10f, () -> ui.showInfo("Note: You have successfully loaded an external translation bundle."));
}