Features/Enhanced Gettext/Testing: Difference between revisions
| Line 15: | Line 15: | ||
* Restart Sugar or sugar-emulator | * Restart Sugar or sugar-emulator | ||
* Set the GConf key ''/desktop/sugar/i18n/langpackdir'' to some random directory (say ''/foo'') | * Set the GConf key ''/desktop/sugar/i18n/langpackdir'' to some random directory (say ''/foo'') | ||
** The best way to do this would be to start Terminal and use the command ''gconftool-2 --set -t string /desktop/sugar/i18n/langpackdir /foo'' (this will create the key if it does not exist as well) | |||
* Make directory ''/foo'' (with the command mkdir -p /foo) | * Make directory ''/foo'' (with the command mkdir -p /foo) | ||
* Make directory /foo/es_PE/LC_MESSAGES | * Make directory /foo/es_PE/LC_MESSAGES | ||