menu: added new Keywords tag to .desktop files
[barry.git] / gui / po / README
blobdaebd382df2d932a4d9f82c1417b7b39c892ac98
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 <barry-gui>/po
10   $ msginit --locale=es --input=barry-backup.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 <barry-gui>/po
22   $ vi es.po
23   $ make update-po
25 Then, send to barry team your work.