From: Marco Zanon Date: Fri, 1 Nov 2019 21:36:01 +0000 (+0000) Subject: Commented out some lines which could lead to specific translations being skipped... X-Git-Tag: SVN-to-Git~44 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=829a2325ba9f51454fdd061d908a818e9b428958;p=Macaco Commented out some lines which could lead to specific translations being skipped when parsing the file. --- diff --git a/7.x/src/java/com/marcozanon/macaco/text/MTranslator.java b/7.x/src/java/com/marcozanon/macaco/text/MTranslator.java index 6b8edb3..4388dd8 100644 --- a/7.x/src/java/com/marcozanon/macaco/text/MTranslator.java +++ b/7.x/src/java/com/marcozanon/macaco/text/MTranslator.java @@ -166,9 +166,11 @@ public class MTranslator extends MObject { } return message; } +/* if (this.getBasicLocale().equals(locale)) { return message; } +*/ LinkedHashMap messageTranslations = this.getMessages().get(message); String localeRepresentation = locale.toString(); if (!messageTranslations.containsKey(localeRepresentation)) {