diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-31 16:11:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-31 16:11:58 +0100 |
| commit | dc0667cab0bc4e578662c9a64777229ad985b396 (patch) | |
| tree | c4e25fe99e0dcf4858bd3d762f28175b6b317c14 /i18n.py | |
| parent | 06ecc10da0ddf93bef28d09a19e8176588185d6e (diff) | |
Add dcpomatic_batch to i18n.
Diffstat (limited to 'i18n.py')
| -rw-r--r-- | i18n.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) + " " |
