elveos

elveos Git Source Tree

Root/TRANSLATION

1**********************
2* Add a new language *
3**********************
4in /po, example for french:
5msginit -o fr.po -i bloatit.pot
6
7then edit it and change project name to BloatIt in configuration:
8poedit fr.po
9
10Update compilepo.sh to add new generation
11
12*****************************
13* Add new file to translate *
14*****************************
15edit /po/POTFILES.in
16
17*******************************
18* Update translation template *
19*******************************
20in /po :
21./genpot.sh
22
23*****************************************
24* Update translations with new template *
25*****************************************
26in /po, example for french :
27msgmerge -U fr.po bloatit.pot
28
29************************
30* Generate translation *
31************************
32in /po :
33./compilepo.sh
34

Archive Download this file