summaryrefslogtreecommitdiffstats
path: root/doc/i18n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/i18n.txt')
-rw-r--r--doc/i18n.txt8
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>