import SDK release
[hildon] / po / README
1 How to make .po files up to date with the current sources?
2
3   1. make merge
4
5 How to add a new locale?
6
7   1. xgettext -fPOTFILES --foreign-user -C -onew.po -k_
8   2. edit Makefile.am first line: add your locale to the "languages" variable
9
10 How to add a new source file that contains gettext macros?
11
12   1. edit POTFILES and add your file there
13   2. make merge