Mercurial > pidgin
annotate po/README @ 13301:fd4630204ad5
[gaim-migrate @ 15667]
(14:40:44) Peter Lawler (Bleeter): LSchiere2: there's no po/update.pl (as per the po/README)?
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 16 Feb 2006 20:42:05 +0000 |
parents | ebf3b709a77a |
children | d5a2c4e9bb60 |
rev | line source |
---|---|
5180 | 1 Translation README |
2 | |
7139 | 3 Updated: 04-October-2003 |
4 ------------------ | |
5 | |
6 Translated .po files may be submitted in whatever native encoding is | |
7 most convenient (and hopefully canonical). Please ensure that the | |
8 Content-type: line reflects the proper character set. | |
9 | |
6419 | 10 |
11 | |
5180 | 12 Updated: 19-April-2003 |
13 ------------------ | |
14 | |
15 To supply a new translation, you first need a copy of gaim.pot. | |
16 This can be built by typing: | |
17 | |
13301
fd4630204ad5
[gaim-migrate @ 15667]
Richard Laager <rlaager@wiktel.com>
parents:
7139
diff
changeset
|
18 intltool-update --pot |
5180 | 19 |
20 from the gaim/po/ directory. | |
21 | |
22 To update an exsting translation, type: | |
23 | |
13301
fd4630204ad5
[gaim-migrate @ 15667]
Richard Laager <rlaager@wiktel.com>
parents:
7139
diff
changeset
|
24 intltool-update -m LANG |
5180 | 25 |
26 where LANG is the language code to update, such as fr or ja. This will build | |
27 a new gaim.pot and update the translation with the changes. You may then | |
28 begin editing the updated file. | |
29 | |
30 New or updated translations should be sent to the gaim-devel listserv | |
31 (see http://lists.sourceforge.net/lists/listinfo/gaim-devel) | |
32 | |
33 Please check your translations carefully. Make sure you have the same | |
34 number of newlines and %s or other formatting codes in the translation as | |
35 you have in the original. | |
6419 | 36 |
37 | |
38 | |
39 Updated: 05-August-2003 | |
40 ------------------ | |
41 | |
42 Before submitting updated or new translations, please run the following | |
43 command to ensure the file does not contain errors: | |
44 > msgfmt -c --statistics xx.po | |
45 | |
46 The comments at the top of each .po file should appear as follows: | |
47 # Gaim Xxxxx translation | |
48 # Copyright (C) 2002, Another Name <email@something.com> | |
49 # Copyright (C) 2003, Your Name <email@whatever.com> | |
50 # | |
51 # This file is distributed under the same license as the Gaim package. | |
52 # | |
53 | |
54 Thank you for flying Valu-Jet. |