aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-10-20 18:22:19 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-10-20 18:22:19 +0000
commitb1e71e8f35dce338aeb22152ef58c9a13840d72e (patch)
treeb932176a8201f2665ac52e86f11aa250c1b6fda1 /src
parentc7b5e851ebbbd389a96e6e67b92064b07a0f2f76 (diff)
downloadpostgresql-b1e71e8f35dce338aeb22152ef58c9a13840d72e.tar.gz
postgresql-b1e71e8f35dce338aeb22152ef58c9a13840d72e.zip
Update translation updating procedure. This pertains to some changes I
made to automatically exclude translations below the 80% minimum.
Diffstat (limited to 'src')
-rw-r--r--src/tools/RELEASE_CHANGES9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index b2ad848053b..02b40c37e21 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -17,9 +17,12 @@ For All Releases (major, minor, beta, RC)
* Translation updates
Translations are kept in the project "pgtranslation" on PgFoundry.
1. Check out the messages module (of the right branch).
- 2. Check out the admin module.
- 3. Run "sh .../admin/cp-po .../messages .../pgsql
- 4. Commit.
+ 2. Tag the messages: cvs tag -c RELx_y_z
+ 3. Check out the admin module.
+ 4. From babel.postgresql.org, download the "qualified list"
+ for the respective branch.
+ 5. Run "sh .../admin/cp-po -L qualified-list-xxx.txt .../messages .../pgsql
+ 6. Commit.
For Major Releases