desktop: split libosyncwrap's strings into its own text domain (barryosyncwrap)
[barry.git] / desktop / po-osyncwrap / README
blob4eaa89f90f476bd5b2bef29038aaf7c4a572ac1a
1 HOWTO to add a new language or update translation
2 =================================================
4 To add a new language
5 ---------------------
7 Sample to add spanish language
9   $ cd <barrydesktop>/po-osyncwrap
10   $ msginit --locale=es --input=barrydesktop.pot
11   $ echo "es" >> LINGUAS
12   $ make update-po
14 Then, send to barry team your work.
16 To update translation
17 ---------------------
19 You have to only edit a ".po" file.
21   $ cd <barrydesktop>/po-osyncwrap
22   $ vi es.po
23   $ make update-po
25 Then, send to barry team your work.