mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:10:45 +00:00
better localisation support
This commit is contained in:
@@ -32,7 +32,7 @@ public class AppStrings {
|
||||
String name = cls.getName();
|
||||
if (name.startsWith("com.jpexs.decompiler.flash.gui.")) {
|
||||
name = name.substring("com.jpexs.decompiler.flash.gui.".length());
|
||||
name = "com.jpexs.decompiler.flash.gui.resources." + name;
|
||||
name = "com.jpexs.decompiler.flash.gui.locales." + name;
|
||||
}
|
||||
return name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user