summaryrefslogtreecommitdiff
path: root/i18n.py
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-31 16:11:58 +0100
committerCarl Hetherington <cth@carlh.net>2014-03-31 16:11:58 +0100
commitdc0667cab0bc4e578662c9a64777229ad985b396 (patch)
treec4e25fe99e0dcf4858bd3d762f28175b6b317c14 /i18n.py
parent06ecc10da0ddf93bef28d09a19e8176588185d6e (diff)
Add dcpomatic_batch to i18n.
Diffstat (limited to 'i18n.py')
-rw-r--r--i18n.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n.py b/i18n.py
index 807aedda6..51d236dc6 100644
--- 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)) + " "