Add dcpomatic_batch to i18n.
[dcpomatic.git] / i18n.py
diff --git a/i18n.py b/i18n.py
index 807aedda6b6d92444df48dabe63498a2cef1e4d4..51d236dc631d36d5a36b3d0f29d8667db17a6b46 100644 (file)
--- a/i18n.py
+++ b/i18n.py
@@ -8,7 +8,7 @@ def command(c):
 
 def pot(dir, sources, name):
     s = ""
-    for f in sources.split('\n'):
+    for f in sources.split():
         t = f.strip()
         if len(t) > 0:
             s += (os.path.join(dir, t)) + " "