13
0

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
This commit is contained in:
Carl Hetherington 2010-12-30 20:45:06 +00:00
parent d6314e3253
commit 696cdbb00f

View File

@ -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 ]