Allow missing string to be translated (#1387).
authorCarl Hetherington <cth@carlh.net>
Sat, 20 Oct 2018 20:25:45 +0000 (21:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 20 Oct 2018 20:25:45 +0000 (21:25 +0100)
src/lib/wscript

index 6d67fa4fe663930ba2dd72e639d3a3cbcd9d88c8..bbe51a8fddd1f3ff2a1fc5ac0312ee11525884c9 100644 (file)
@@ -196,7 +196,7 @@ def build(bld):
     i18n.po_to_mo(os.path.join('src', 'lib'), 'libdcpomatic2', bld)
 
 def pot(bld):
-    i18n.pot(os.path.join('src', 'lib'), sources, 'libdcpomatic')
+    i18n.pot(os.path.join('src', 'lib'), sources + " util.h", 'libdcpomatic')
 
 def pot_merge(bld):
     i18n.pot_merge(os.path.join('src', 'lib'), 'libdcpomatic')