wscript: waf i18n
is usually running pot&po&mo and should thus also run appdata_i18n_mo
This commit is contained in:
parent
6742c1e4b4
commit
7a4fe02d53
@ -974,6 +974,7 @@ def i18n_func(bld):
|
||||
'Paul Davis')
|
||||
appdata_i18n_pot(bld)
|
||||
appdata_i18n_po(bld)
|
||||
appdata_i18n_mo(bld)
|
||||
|
||||
def i18n_pot_func(bld):
|
||||
I18N_PACKAGE = 'gtk2_ardour' + bld.env['MAJOR']
|
||||
|
Loading…
Reference in New Issue
Block a user