mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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:
parent
d6314e3253
commit
696cdbb00f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue