TRANSLATING: Instruct translators to edit config.inc.proto and AUTHORS.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-08-26 19:42:36 -04:00
parent 3fd08d5715
commit cbae364a74

View file

@ -41,7 +41,10 @@ $ git pull
$ cd web/lang $ cd web/lang
$ ./translation_tool $ ./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 add <all edited files>
$ git commit -s $ git commit -s
@ -49,11 +52,11 @@ $ git commit -s
Write your commit message above the sign off and separate them by a Write your commit message above the sign off and separate them by a
blank line. blank line.
4. Create a git formatted patch. 6. Create a git formatted patch.
$ git format-patch origin/master $ 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 Updating an Existing Translation