mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
TRANSLATING: Instruct translators to edit config.inc.proto and AUTHORS.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
3fd08d5715
commit
cbae364a74
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue