ttag
ttag copied to clipboard
Pseudolocalization support
Inspired by this article - https://slack.engineering/localizing-slack-680c4bc7f45a What is pseudolocalization? - https://en.wikipedia.org/wiki/Pseudolocalization
This feature will help us to identify untranslated strings more easily in dev mode.
I am already doing pseudo-translations using this: http://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/podebug.html
I chose the xxx rewriter that rewrites untranslated to xxxuntranslatedxxx so that it does not mess up with ${ expr }.