Commented out some lines which could lead to specific translations being skipped...
authorMarco Zanon <info@marcozanon.com>
Fri, 1 Nov 2019 21:36:01 +0000 (21:36 +0000)
committerMarco Zanon <info@marcozanon.com>
Fri, 1 Nov 2019 21:36:01 +0000 (21:36 +0000)
src/java/com/marcozanon/macaco/text/MTranslator.java

index 6b8edb38bc481be3e16b8cff4c9a2efe5ea52e30..4388dd8bf76345029b4a811574f4a78f5fdedc51 100644 (file)
@@ -166,9 +166,11 @@ public class MTranslator extends MObject {
             }
             return message;
         }
+/*
         if (this.getBasicLocale().equals(locale)) {
             return message;
         }
+*/
         LinkedHashMap<String, String> messageTranslations = this.getMessages().get(message);
         String localeRepresentation = locale.toString();
         if (!messageTranslations.containsKey(localeRepresentation)) {