-
Type:
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: Master
-
Fix Version/s: Master
-
Component/s: Dev Tools, Translations
-
Labels:None
-
Fix Priority:3
Steps to reproduce:
allegedly just run buildLang n a Language.properties file string containing:
word1,-word2=word1,word2
will change the , after the = into another equal sign "=", becoming the following:
word1,-word2=word1=word2
See https://crowdin.com/translate/liferay-portal/15800/en-hu#1290638 (and in any of our buildLang-translated locales - the change happened equally to all of them).
I've changed the strings manually for now.