summaryrefslogtreecommitdiff
path: root/autowaf.py
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-30 20:45:06 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-30 20:45:06 +0000
commit696cdbb00f9ad6954344f6249c2824043cae7a8c (patch)
tree56a5194398e001a718a89caff80419e30b76d545 /autowaf.py
parentd6314e3253b88d0b53a59f4f593520b3e2ff963e (diff)
Use -f option to msgfmt to make it use fuzzy translations.
git-svn-id: svn://localhost/ardour2/branches/3.0@8395 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'autowaf.py')
-rw-r--r--autowaf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/autowaf.py b/autowaf.py
index 54aa015a32..01482312e7 100644
--- a/autowaf.py
+++ b/autowaf.py
@@ -471,6 +471,7 @@ def build_i18n(bld,srcdir,dir,name,sources):
mo_file = po_file.replace ('.po', '.mo')
args = [ 'msgfmt',
'-c',
+ '-f',
'-o',
mo_file,
po_file ]