5180
|
1 Translation README
|
|
2
|
|
3 Updated: 19-April-2003
|
|
4 ------------------
|
|
5
|
|
6 To supply a new translation, you first need a copy of gaim.pot.
|
|
7 This can be built by typing:
|
|
8
|
|
9 ./update.pl --pot
|
|
10
|
|
11 from the gaim/po/ directory.
|
|
12
|
|
13 To update an exsting translation, type:
|
|
14
|
|
15 ./update.pl LANG.po
|
|
16
|
|
17 where LANG is the language code to update, such as fr or ja. This will build
|
|
18 a new gaim.pot and update the translation with the changes. You may then
|
|
19 begin editing the updated file.
|
|
20
|
|
21 New or updated translations should be sent to the gaim-devel listserv
|
|
22 (see http://lists.sourceforge.net/lists/listinfo/gaim-devel)
|
|
23
|
|
24 Please check your translations carefully. Make sure you have the same
|
|
25 number of newlines and %s or other formatting codes in the translation as
|
|
26 you have in the original.
|