diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-21 14:52:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-21 14:52:30 +0100 |
| commit | dd2685423e9a2800a9ea6821c361a6b851ff759e (patch) | |
| tree | a180a7bbc61ec90ec1bb97fac3b3781a50d80ac3 /i18n.py | |
| parent | 7dd06cc89e018bfec3cbe802495bf7dee137a71f (diff) | |
Some missing i18n markup. Add S_ macro to allow contextual translations. Add updates to de_DE from Carsten Kurz. Merge pot files.
Diffstat (limited to 'i18n.py')
| -rw-r--r-- | i18n.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ def pot(dir, sources, name): except: pass - command('xgettext -d %s -s --keyword=_ --add-comments=/ -p %s -o %s.pot %s' % (name, d, name, s)) + command('xgettext -d %s -s --keyword=_ --keyword=S_ --add-comments=/ -p %s -o %s.pot %s' % (name, d, name, s)) def pot_merge(dir, name): for f in glob.glob(os.path.join(os.getcwd(), dir, 'po', '*.po')): |
