Specify features 3 meta-languages that can be useful for testing:
-
Raw
: Print the unlocalized key - useful for detecting places that hardcoded a string -
Underscore
: Print an underscore before each string - useful for detecting places that hardcoded a string -
Double
: Prints every string twice - emulates a language with longer words. Great for testing UI overflow
These can be enabled from the language selector when in development mode.
Enable in Production:
In production, you have to set the language
cookie to raw
/underscore
/double
to enable it.