We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc7b5e85 commitb1e71e8Copy full SHA for b1e71e8
src/tools/RELEASE_CHANGES
@@ -17,9 +17,12 @@ For All Releases (major, minor, beta, RC)
17
* Translation updates
18
Translations are kept in the project "pgtranslation" on PgFoundry.
19
1. Check out the messages module (of the right branch).
20
-2. Check out the admin module.
21
-3. Run "sh .../admin/cp-po .../messages .../pgsql
22
-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"
23
+ for the respective branch.
24
+5. Run "sh .../admin/cp-po -L qualified-list-xxx.txt .../messages .../pgsql
25
+6. Commit.
26
27
28
For Major Releases