Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.1.X, Master
-
7.1.x
-
Committed
-
0.25
-
3
-
Localization
Description
Steps to reproduce
- Create a site with English language as default language and Spanish language as an available language
- Create a form with following title: Title_EN
- Add a Text Field with following name: Field_EN
- Save Form
- Edit Form and add a translation to Spanish:
- Title, add Title_ES
- Text field, add Field_ES
- Save Form
- Create a new page called "form"
- Add form to created page
- Double check form is correctly displayed in English
- Force page to be displayed in spanish (prepend /es/ to your URL, for example: /es/web/guest/form )
- Expected behavior: Form is displayed in Spanish (all information is displayed with _ES suffix)
- Wrong behavior: Form title is displayed in English (with _EN suffix) and text field is displayed in Spanish (with _ES suffix)
- Expected behavior: Form is displayed in Spanish (all information is displayed with _ES suffix)