Add HildonAppMenu::changed signal
[hildon] / po / README
1 How to make .po files up to date with the current sources?
2
3   1. intltool-update -m
4         This will check POTFILES.in for missing or unavailable files.
5         Missing files are list in 'missing' file and unavailable files in
6         'notexist' file.
7   2. intltool-update --pot
8         This creates a pot file.
9   3. make merge
10         Will update all the locale files.
11
12 How to add a new locale?
13
14   1. xgettext -fPOTFILES --foreign-user -C -onew.po -k_
15   2. edit Makefile.am first line: add your locale to the "languages" variable
16
17 How to add a new source file that contains gettext macros?
18
19   1. edit POTFILES and add your file there (or check with intltool-update -m)
20   2. make merge