daisy-ycguo 46689dc1ec Add the pseudo translation generating tool
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
2015-02-26 08:55:36 +00:00
2014-11-27 01:09:05 +00:00

Test cases for Openstack-i18n

  1. 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.
  2. 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.
  3. Horizon test Use mock translations and manully check if there is no strings marked with translation tags. https://review.openstack.org/#/c/142239/
  4. oslo.i18n test 4.1 Lazy translation feature https://review.openstack.org/#/c/147262/
Description
RETIRED, System tests for i18n & l10n
Readme 118 KiB