OSDN Git Service

Add icon for "msg" (email) file attachments.
[neighbornote/NeighborNote.git] / translations / README
1 Translations can be done using linguist or using Launchpad at
2 https://translations.launchpad.net/nevernote/trunk (maybe)
3
4 The script in this directory allows to convert between the XML files
5 and the standard gettext .po files.
6
7 Synchronisation may be like following:
8   - Update whole source from source code management system
9   - Download po-files from Launchpad and extract them in translations directory
10   - Come to this directory and call conversion by: ./i18n.pl *.po
11   - Check-in .ts files into source code management system 
12   - Upload changed .po and .pot files to launchpad for further translation by volunteers
13
14 Conflict solving:
15   - When no translations have been changed in a source tree, then "all p(o)" may be chosen
16   - When local changes have been done, conflicts should be solved one-by-one
17   - "all up(s)tream" should only be choosen when you synchonised data directly
18      before you started to make local translations.