Difference between revisions of "Features/Enhanced Gettext/Testing"
< Features | Enhanced Gettext
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
This is mostly regression testing, in order to ensure that we do not break existing stuff with the new patch. | This is mostly regression testing, in order to ensure that we do not break existing stuff with the new patch. | ||
− | + | * Set the locale to something other than en_US.UTF-8 (by editing ~/.i18n). As an example, it can be de_DE.UTF-8 or es_PE.UTF-8 | |
− | + | * Restart Sugar or sugar-emulator | |
− | + | * Start random activity | |
− | + | * Ensure that the translated strings come up properly | |
=== Testing with language packs === | === Testing with language packs === |
Revision as of 16:04, 12 February 2010
Testing without language packs
This is mostly regression testing, in order to ensure that we do not break existing stuff with the new patch.
- Set the locale to something other than en_US.UTF-8 (by editing ~/.i18n). As an example, it can be de_DE.UTF-8 or es_PE.UTF-8
- Restart Sugar or sugar-emulator
- Start random activity
- Ensure that the translated strings come up properly