Merge branch 'main' into module/messagebus

This commit is contained in:
2026-01-20 19:36:55 +01:00

View File

@@ -49,7 +49,6 @@ public class Translations extends PathHandler implements Translator {
}
private JSONObject loadTranslations(String lang) throws IOException {
LOG.log(WARNING,"loadTranslations({0}) not implemented!",lang);
var filename = lang + ".json";
URL url = getClass().getClassLoader().getResource(filename);
if (url == null) return new JSONObject();