summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-20 10:41:25 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-20 10:41:25 +0000
commitbacdb2fee1a921060ad40e2db14c4e787ae188a9 (patch)
tree7df6ab34f30d0d30931a44d868b757a7775602de /wscript
parentb19e695723dc7f3a34b655414cad1a80f95b55b7 (diff)
Target pot_merge to merge new .pot files with existing .po; update translations accordingly.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index b61b3b4cb..2b03c89cb 100644
--- a/wscript
+++ b/wscript
@@ -267,3 +267,6 @@ def post(ctx):
def pot(bld):
bld.recurse('src')
+
+def pot_merge(bld):
+ bld.recurse('src')