Commit 8a32819a authored by Peter Eisentraut's avatar Peter Eisentraut

Update translation updates instructions

parent 31510194
...@@ -16,14 +16,16 @@ For All Releases (major, minor, beta, RC) ...@@ -16,14 +16,16 @@ For All Releases (major, minor, beta, RC)
Windows releases, if any (see src/timezone/README) Windows releases, if any (see src/timezone/README)
* Translation updates * Translation updates
Translations are kept in the project "pgtranslation" on PgFoundry. 1. Check out the messages repository (of the right branch) from
1. Check out the messages module (of the right branch). <http://git.postgresql.org/git/pgtranslation/messages.git>.
2. Tag the messages: cvs tag -c RELx_y_z 2. Check out the admin repository from
3. Check out the admin module. <http://git.postgresql.org/git/pgtranslation/admin.git>.
4. From babel.postgresql.org, download the "qualified list" 3. From babel.postgresql.org, download the "qualified list"
for the respective branch. for the respective branch.
5. Run "sh .../admin/cp-po -L qualified-list-xxx.txt .../messages .../pgsql 4. Run ".../admin/cp-po -L qualified-list-xxx.txt -g .../messages .../postgresql".
6. Commit. This creates a commit in the postgresql repository.
5. Tag the messages: git tag RELx_y_z
6. Push everything.
For Major Releases For Major Releases
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment