diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2018-07-07 16:04:39 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2018-07-07 16:05:12 +0200 |
commit | 840ee20f7b9327fd5e3445af2652b299fdd0ff7f (patch) | |
tree | 69a4a2000a25d04e2d719f64c3fd1cbe655a9611 /doc/i18n.txt | |
parent | 41a4189d2078e1571d784068e34e7a753bcb8f22 (diff) | |
download | aur-840ee20f7b9327fd5e3445af2652b299fdd0ff7f.tar.gz aur-840ee20f7b9327fd5e3445af2652b299fdd0ff7f.tar.xz |
Rename translation resources from aur to aurweb
* Rename the aur project to aurweb on Transifex.
* Rename aur.pot to aurweb.pot.
* Update documentation and Makefile.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'doc/i18n.txt')
-rw-r--r-- | doc/i18n.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/i18n.txt b/doc/i18n.txt index a1c21fe6..8216c084 100644 --- a/doc/i18n.txt +++ b/doc/i18n.txt @@ -5,7 +5,7 @@ This document describes how to create and maintain aurweb translations. Creating an aurweb translation requires a Transifex (http://www.transifex.com/) account. You will need to register with a translation team on the aurweb -project page (http://www.transifex.com/projects/p/aur/). +project page (http://www.transifex.com/projects/p/aurweb/). Creating a New Translation @@ -26,11 +26,11 @@ $ git clone git://git.archlinux.org/aurweb.git aurweb-git 2. Go into the "po/" directory in the aurweb source and run msginit(1) to create a initial translation file from our translation catalog: -$ cd aur-git +$ cd aurweb-git $ git checkout master $ git pull $ cd po -$ msginit -l <locale> -o <locale>.po -i aur.pot +$ msginit -l <locale> -o <locale>.po -i aurweb.pot 3. Use some editor or a translation helper like poedit to add translations: @@ -58,4 +58,4 @@ $ poedit po/<locale>.po 3. Push the updated translation file back to Transifex. Using transifex-client, this works as follows: -$ tx push -r aur.aurpot -t -l <locale> +$ tx push -r aurweb.aurwebpot -t -l <locale> |