diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-27 15:07:18 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-27 15:07:18 +0200 |
commit | e5da485f77b3b8cd3bc32c13e4497a64a2ad10c3 (patch) | |
tree | b7351c6674108ea5746d70fdc2ff6c59bdc84595 /TRANSLATING | |
parent | bbabe0f4e471dd984a1c01353c44d4eb1f336473 (diff) | |
parent | 16fe2e5d0525422ba6ca5db9e92a93d17caae302 (diff) |
Merge new upstream release
Diffstat (limited to 'TRANSLATING')
-rw-r--r-- | TRANSLATING | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/TRANSLATING b/TRANSLATING index cf2cce0..c4d2182 100644 --- a/TRANSLATING +++ b/TRANSLATING @@ -5,35 +5,5 @@ It would be really cool if you could create a translation of Gnome- Pie into your language! -It is quite easy and involves the following steps. All you need is the -locale string for your language. You can get it with the terminal -command "echo $LANG". - -CREATING A NEW TRANSLATION - -1. Update the gnomepie.pot file - * navigate with a terminal to the directory "resources/locale" - * enter the command "./gen-pot.sh" -2. Create your translation file - * enter the command "./gen-po.sh" - * follow instructions -3. Translate to your language - * open the file "resources/locale/[your locale]/LC_MESSAGES/[your locale].po" - * create translations for every string in this file (write it after each "msgstr") -4. Compile translations - * enter the command "./compile-po.sh" - - -UPDATING AN EXISTENT TRANSLATION - -1. Update the gnomepie.pot file - * navigate with a terminal to the directory "resources/locale" - * enter the command "./gen-pot.sh" -2. Update your translation file - * enter the command "./update-po.sh" - * follow instructions -3. Translate to your language - * open the file "/resources/locale/[your locale]/LC_MESSAGES/[your locale].po" - * create translations for every string in this file which don't have translations already -4. Compile translations - * enter the command "./compile-po.sh" +Gnome-Pie uses Zanata for localisation. Please visit the project page +at https://translate.zanata.org/zanata/iteration/view/gnome-pie/develop |