Some i18n stuff.
[dcpomatic.git] / src / wscript
index ed497ff0c3f5b6f68ab1d21bbc962ff772cf7460..abe39894d4c306be92a4d5e7a52a3946eabeac2f 100644 (file)
@@ -11,3 +11,8 @@ def build(bld):
 def pot(bld):
     bld.recurse('lib')
     bld.recurse('wx')
+    bld.recurse('tools')
+
+def mo(bld):
+    bld.recurse('wx')
+    bld.recurse('tools')