Metadata
- Source
- SJRK-151
- Type
- Task
- Priority
- Blocker
- Status
- Reopened
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Gregor Moss
- Created
2018-06-13T13:38:52.452-0400 - Updated
2022-07-29T00:09:39.107-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Storytelling Tool UI
Description
There are two messages that should be updated in the Spanish localization bundle:
- "reset" on UIO should be "reinciar"
- "palabras" should be "palabras claves"
Comments
-
Gregor Moss commented
2018-06-13T13:48:52.782-0400 There is no immediately-obvious value to update in the message bundles for the "reset" text. The initial value is hardcoded in the markup for UIO, and while some of those are overridden by the values in prefsEditor_*.json, the "reset" text is not changed.
-
Gregor Moss commented
2018-06-13T14:04:45.029-0400 in the source for infusion (fluid.slidingPanel, in SlidingPanel.js), there are selectors and listeners to manage the updating of the values already defined in prefsEditor_*.json, but there isn't one set for the "reset" text (selector is ".flc-prefsEditor-reset"). This is something that will have to be changed when UIOMultilingualDemo is merged into Infusion in earnest. See SJRK-113