8000 Update translation updates instructions · postgrespro/postgres_cluster@8a32819 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a32819

Browse files
committed
Update translation updates instructions
1 parent 3151019 commit 8a32819

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/tools/RELEASE_CHANGES

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ For All Releases (major, minor, beta, RC)
1616
Windows releases, if any (see src/timezone/README)
1717

1818
* Translation updates
19-
Translations are kept in the project "pgtranslation" on PgFoundry.
20-
1. Check out the messages module (of the right branch).
21-
2. Tag the messages: cvs tag -c RELx_y_z
22-
3. Check out the admin module.
23-
4. From babel.postgresql.org, download the "qualified list"
19+
1. Check out the messages repository (of the right branch) from
20+
<http://git.postgresql.org/git/pgtranslation/messages.git>.
21+
2. Check out the admin repository from
22+
<http://git.postgresql.org/git/pgtranslation/admin.git>.
23+
3. From babel.postgresql.org, download the "qualified list"
2424
for the respective branch.
25-
5. Run "sh .../admin/cp-po -L qualified-list-xxx.txt .../messages .../pgsql
26-
6. Commit.
25+
4. Run ".../admin/cp-po -L qualified-list-xxx.txt -g .../messages .../postgresql".
26+
This creates a commit in the postgresql repository.
27+
5. Tag the messages: git tag RELx_y_z
28+
6. Push everything.
2729

2830

2931
For Major Releases

0 commit comments

Comments
 (0)
0