Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
3
-
Localization
Description
Steps to reproduce:
- Navigate to Objects
- Add a new Event
- Toggle to another language, like Japanese (might need to be done before clicking to add event, but you'll want to know where the button is first)
- See the dialog box with Label, When, Then headers over fields, now translated into the target language.
Expected result:
Since English can parse conditional phrases using "if...then" or "when...then", we expect a fitting language key for use in other locales, as well.
Actual result:
Because we're pulling up the language keys for "When" and "Then" from portal-impl's language.properties file, we're causing translation difficulties when those words aren't being used in their time sense.
We'll probably just want a second kind of language key given for 'When' and 'Then', when they're used within Objects. Perhaps: 'objects-when', 'objects-then'