diff README4TRANSLATORS @ 1291:0db0013c59dd frontends_multi_profiles

remove remaining references to Wix
author souliane <souliane@mailoo.org>
date Sat, 24 Jan 2015 16:12:50 +0100
parents ca7a2bf4fb40
children 5e72efd2f95d
line wrap: on
line diff
--- a/README4TRANSLATORS	Sat Jan 24 01:00:29 2015 +0100
+++ b/README4TRANSLATORS	Sat Jan 24 16:12:50 2015 +0100
@@ -5,7 +5,7 @@
 To translate a file, you can use a dedicated tool as the excellent gtranslator:
 
 - use the template .po file (e.g. sat.po) and name it to your translated language (e.g. fr.po for french); you can preferably generate a new template directly from the source with the following command (eventually adapted, the following command use zsh's globbing syntax), launched from root sat dir after having emptied the build directory:
-> xgettext -L python -d sat --keyword=D_ -p i18n  **/*(.py|.tac|primitivus|wix)(.) **/jp(.)
+> xgettext -L python -d sat --keyword=D_ -p i18n  **/*(.py|.tac|primitivus)(.) **/jp(.)
 
 - then to start a new translation, copy i18n/sat.po to your language file, e.g. cd i18n; cp sat.po fr.po