From: Peter Eisentraut Date: Tue, 20 Oct 2009 18:22:19 +0000 (+0000) Subject: Update translation updating procedure. This pertains to some changes I X-Git-Tag: REL8_5_ALPHA2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1e71e8f35dce338aeb22152ef58c9a13840d72e;p=postgresql Update translation updating procedure. This pertains to some changes I made to automatically exclude translations below the 80% minimum. --- diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index b2ad848053..02b40c37e2 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