update to official mappings code

This commit is contained in:
2022-07-02 22:16:03 +02:00
parent ef02ecf902
commit 5f3a6cbc7d
6 changed files with 45 additions and 45 deletions
@@ -10,6 +10,6 @@ public class LanguageLocalizer {
* @return localized The localized String
*/
public static String localize(String unloc) {
return I18n.format(unloc);
return I18n.get(unloc);
}
}