summaryrefslogtreecommitdiffstats
path: root/TRANSLATING
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2015-01-30 07:34:26 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2015-02-04 09:50:01 +0100
commitcc1e8aed3059c62d56bccfc07f3041901cec8ebb (patch)
tree1916ffdf90e6e0e7e227b4410253327ae892b9b8 /TRANSLATING
parenta28d4f8e3eeefc3c6773e903f956f163380631ff (diff)
downloadaurweb-cc1e8aed3059c62d56bccfc07f3041901cec8ebb.tar.xz
Rename the AUR software to aurweb
Rename the project to help differentiate between the software providing access to the Arch User Repository and the collection of source packages itself. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'TRANSLATING')
-rw-r--r--TRANSLATING32
1 files changed, 16 insertions, 16 deletions
diff --git a/TRANSLATING b/TRANSLATING
index 27855f6..e450640 100644
--- a/TRANSLATING
+++ b/TRANSLATING
@@ -1,31 +1,31 @@
-AUR Translation
-================
+aurweb Translation
+==================
-This document describes how to create and maintain AUR translations. It was
-originally derived from https://wiki.archlinux.org/index.php/AUR_Translation
+This document describes how to create and maintain aurweb translations. It was
+originally derived from https://wiki.archlinux.org/index.php/aurweb_Translation
-Creating an AUR translation requires a Transifex (http://www.transifex.com/)
-account. You will need to register with a translation team on the AUR project
-page (http://www.transifex.com/projects/p/aur/).
+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/aurweb/).
Creating a New Translation
----------------------------
+--------------------------
Before beginning, please sign up for an Transifex account and request the
-addition of a new translation team for the AUR project. Also, please do not
+addition of a new translation team for the aurweb project. Also, please do not
translate if you are unwilling to maintain or find someone to maintain the
-translation. This is due to the fact that the AUR is a rapidly evolving project
+translation. This is due to the fact that aurweb is a rapidly evolving project
and there are constantly new strings to be translated. If the translations get
too out of sync with the released versions, there will be too many untranslated
strings for the translation to be usable, and it may have to be disabled.
-1. Check out the AUR source using git:
+1. Check out the aurweb source using git:
-$ git clone git://projects.archlinux.org/aur.git aur-git
+$ git clone git://projects.archlinux.org/aurweb.git aurweb-git
-2. Go into the "po/" directory in the AUR source and run msginit(1) to create a
- initial translation file from our translation catalog:
+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
$ git checkout master
@@ -37,7 +37,7 @@ $ msginit -l <locale> -o <locale>.po -i aur.pot
$ poedit <locale>.po
-5. If you have a working AUR setup, add a line for the new translation in
+5. If you have a working aurweb setup, add a line for the new translation in
"web/lib/config.inc.php.proto" and test if everything looks right.
6. Upload the newly created ".po" file to Transifex. If you don't like the web
@@ -45,7 +45,7 @@ $ poedit <locale>.po
Updating an Existing Translation
----------------------------------
+--------------------------------
1. Download current translation files from Transifex. You can also do this
using transifex-client which is available through the AUR: