summaryrefslogtreecommitdiff
path: root/tests/i18n/sampleproject/templates
AgeCommit message (Collapse)Author
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
Refactored tests to use a sample project. Updated extraction: * Removed special handling of single percent signs. * When extracting messages from template text, doubled all percent signs so they are not interpreted by gettext as string format flags. All strings extracted by gettext, if containing a percent sign, will now be labeled "#, python-format". Updated translation: * Used "%%" for "%" in template text before calling gettext. * Updated {% trans %} rendering to restore "%" from "%%".