
Use command tools/pseudo.py [input pot/po file] [output po file] [language] --string pseudo_string to generate a pseudo translation po file. Change-Id: I08afd318b8484ed107ea837bfd34d8dc1f00f384
Test cases for Openstack-i18n
- Command line I18n test Install a project with DevStack in an English environment, import mock translations, invoke command lines, verify: if the response messages are translated. if the command lines are successfully executed. if the log messages are translated.
- API I18n test Install a project with DevStack in an English environment, import mock translations, invoke APIs with non-English inputs, verify: if the APIs are successfully executed.
- Horizon test Use mock translations and manully check if there is no strings marked with translation tags. https://review.openstack.org/#/c/142239/
- oslo.i18n test 4.1 Lazy translation feature https://review.openstack.org/#/c/147262/
Description