-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.10 DXP FP17
-
Component/s: Dev Tools > Gradle Plugins
-
Labels:
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
When Liferay Commerce is compiled running "ant all" command, some labels are not properly set ending up with wrong labels on the frontend.
For example the language should be english, but you can see a mix of english, german, polish and others.
We tried to use this configuration for the lang merger
mergeLang {
sourceDirs = [
"../../../apps/commerce/commerce-lang/src/main/resources/content" ,
"src/main/resources/content"
]
}
but nothing changed.
When Liferay Commerce is compiled using gradle (compile only Commerce modules), then we are not facing this issue and everything works fine.
- Is blocking
-
COMMERCE-3491 Some Commerce Settings page tabs are translated in another language
-
- Closed
-