-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.X, Master
-
Fix Version/s: 7.0.X, 7.1.X, 7.2.10 DXP FP7, 7.2.X, 7.3.3 CE GA4, 7.3.4 CE GA5, 7.3.10 DXP GA1, Master
-
Component/s: Translations
-
Labels:
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
- In system settings disable autogenerate key in DDMTemplates
- Create a new Widget Template for language selector template
- Create it with PLANTILLA_UNO as template key
- this is the content of the template:
- <div><@liferay.language key="back" /></div>
- Save it
- Add a language selector in the page and change the lang to spanish.
- The language selector will show "Atrás"
- Create a new theme(I've attach a theme provided by the customer that could help in this step):
- In the portal_normal.ftl embed the language portlet with the ADT
<@liferay_ui["language"] ddmTemplateKey="PLANTILLA_UNO" ddmTemplateGroupId=themeDisplay.getScopeGroupId() displayCurrentLocale=false />
- Change the theme of the page:
Expected: Both portlets show the same message (atras)
Current: One shows the "atras" message but the other one shows "back"
- Testing discovered
-
LPS-114311 Changes can not be saved in Dynamic Data Mapping Web under system settings
- Closed