comparison po/README @ 13302:d5a2c4e9bb60

[gaim-migrate @ 15668] Rework this file a bit to please Bleeter. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 16 Feb 2006 20:50:10 +0000
parents fd4630204ad5
children 5538762c5ca7
comparison
equal deleted inserted replaced
13301:fd4630204ad5 13302:d5a2c4e9bb60
1 Translation README 1 Translation README
2
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
10
11
12 Updated: 19-April-2003
13 ------------------
14 2
15 To supply a new translation, you first need a copy of gaim.pot. 3 To supply a new translation, you first need a copy of gaim.pot.
16 This can be built by typing: 4 This can be built by typing:
17 5
18 intltool-update --pot 6 intltool-update --pot
21 9
22 To update an exsting translation, type: 10 To update an exsting translation, type:
23 11
24 intltool-update -m LANG 12 intltool-update -m LANG
25 13
26 where LANG is the language code to update, such as fr or ja. This will build 14 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 15 a new gaim.pot and update the translation with the changes. You may then
28 begin editing the updated file. 16 begin editing the updated file.
29 17
30 New or updated translations should be sent to the gaim-devel listserv 18 Translated .po files may be submitted in whatever native encoding is
31 (see http://lists.sourceforge.net/lists/listinfo/gaim-devel) 19 most convenient (and hopefully canonical). Please ensure that the
20 Content-type: line reflects the proper character set.
32 21
33 Please check your translations carefully. Make sure you have the same 22 New or updated translations should be sent to the translation tracker:
23 https://sourceforge.net/tracker/?group_id=235&atid=713922
24
25 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 26 number of newlines and %s or other formatting codes in the translation as
35 you have in the original. 27 you have in the original. The po/check_po.pl script can help with this.
36
37
38
39 Updated: 05-August-2003
40 ------------------
41 28
42 Before submitting updated or new translations, please run the following 29 Before submitting updated or new translations, please run the following
43 command to ensure the file does not contain errors: 30 command to ensure the file does not contain errors:
44 > msgfmt -c --statistics xx.po 31 > msgfmt -c --statistics xx.po
45 32