summaryrefslogtreecommitdiffstats
path: root/TRANSLATING
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-08-27 01:42:36 +0200
committerLoui Chang <louipc.ist@gmail.com>2009-08-27 01:42:36 +0200
commitcbae364a7414eb4638c1107e181289e128775b34 (patch)
treebb2deb6c1a6fd48a12359592161f7fdb16408ecd /TRANSLATING
parent3fd08d5715f9ce53d3a7bdd2ef8565e2ec3ae22f (diff)
downloadaur-cbae364a7414eb4638c1107e181289e128775b34.tar.gz
aur-cbae364a7414eb4638c1107e181289e128775b34.tar.xz
TRANSLATING: Instruct translators to edit config.inc.proto and AUTHORS.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'TRANSLATING')
-rw-r--r--TRANSLATING9
1 files changed, 6 insertions, 3 deletions
diff --git a/TRANSLATING b/TRANSLATING
index 0cb9b547..c39681cd 100644
--- a/TRANSLATING
+++ b/TRANSLATING
@@ -41,7 +41,10 @@ $ git pull
$ cd web/lang
$ ./translation_tool
-3. To commit your patch to your branch:
+3. Add a line for the new translation in web/lib/config.inc.proto
+4. Add an entry in the AUTHORS file.
+
+5. To commit your patch to your branch:
$ git add <all edited files>
$ git commit -s
@@ -49,11 +52,11 @@ $ git commit -s
Write your commit message above the sign off and separate them by a
blank line.
-4. Create a git formatted patch.
+6. Create a git formatted patch.
$ git format-patch origin/master
-5. Send the gzipped patch to the aur-dev mailing list.
+7. Send the gzipped patch to the aur-dev mailing list.
Updating an Existing Translation