Actions
Improvements #13770
openSeperate default Wt strings and templates
Start date:
06/12/2025
Due date:
% Done:
0%
Estimated time:
Description
To better facilitate localization the translated default strings should be stored in a separate bundle from templates.
A copy-paste of the file, where translation is added, may result in the templates being copied too, which is not necessary, and can even result in bad "overrides" depending on the used theme.
E.g. copying wt.xml
to wt_es.xml
, translating all strings to Spanish, and then including the bundle, may override templates present in bootstrap5_theme.xml
, resulting in non-functional UI.
Updated by Romain Mardulyn 2 days ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 2 days ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Actions