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: 7.0.0~3 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=564f6e339a290487b3efeb175f2a4da0a2afdc1f;p=Macaco Commented out some lines which could lead to specific translations being skipped when parsing the file. --- diff --git a/src/java/com/marcozanon/macaco/text/MTranslator.java b/src/java/com/marcozanon/macaco/text/MTranslator.java index 6b8edb3..4388dd8 100644 --- a/src/java/com/marcozanon/macaco/text/MTranslator.java +++ b/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)) {