aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2005-10-10 19:41:27 +0000
committerPeter Eisentraut <peter_e@gmx.net>2005-10-10 19:41:27 +0000
commit15a110ed01d448e07ad4689c5b7809bb9c526dcd (patch)
tree9c6c41f9e2c0b18c692120d5ddcf26e3822ea358
parentb473d7adc449e7012d7f0377b090b586b83dd9f4 (diff)
downloadpostgresql-15a110ed01d448e07ad4689c5b7809bb9c526dcd.tar.gz
postgresql-15a110ed01d448e07ad4689c5b7809bb9c526dcd.zip
Document the process to update translations.
-rw-r--r--src/tools/RELEASE_CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index 42f89ff59aa..f6d34a86992 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -45,6 +45,13 @@
* Update pg_upgrade to handle new version, or disable
+* 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.
+
---------------------------------------------------------------------------