diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-20 10:41:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-20 10:41:25 +0000 |
| commit | bacdb2fee1a921060ad40e2db14c4e787ae188a9 (patch) | |
| tree | 7df6ab34f30d0d30931a44d868b757a7775602de /src/tools/wscript | |
| parent | b19e695723dc7f3a34b655414cad1a80f95b55b7 (diff) | |
Target pot_merge to merge new .pot files with existing .po; update translations accordingly.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 64d5efe56..9f0f52152 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -27,3 +27,6 @@ def build(bld): def pot(bld): i18n.pot(os.path.join('src', 'tools'), 'dvdomatic.cc', 'dvdomatic') + +def pot_merge(bld): + i18n.pot_merge(os.path.join('src', 'tools'), 'dvdomatic') |
