Library preview

This commit is contained in:
Jindra Petřík
2024-10-05 10:45:55 +02:00
parent d08ce4d7a0
commit 86852fd898
9 changed files with 455 additions and 314 deletions

View File

@@ -41,7 +41,7 @@ public class AppStrings {
return name;
}
public static String translate(String key) {
public static String translate(String key) {
return resourceBundle.getString(key);
}