Actions
Feature #10617
open
RS
Extend WMessageResourceBundle::use to allow for directories
Feature #10617:
Extend WMessageResourceBundle::use to allow for directories
Start date:
07/08/2022
Due date:
% Done:
0%
Estimated time:
Description
WMessageResourceBundle::use may work well for simple translatable strings, but it would be nice for templates if we could put each XHTML fragment in its own file, like:
Wt::WString::tr("footer") would then yield the contents of footer.xml.
Optionally, we could also treat files with different extensions as plain text instead of XHTML.
RS Updated by Roel Standaert about 4 years ago
- Tracker changed from Bug to Feature
Actions