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