better localisation support

This commit is contained in:
Jindra Pet��k
2013-07-08 21:30:02 +02:00
parent ef138b284f
commit 2dcf679546
31 changed files with 28 additions and 5 deletions
@@ -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;
}