wscript: waf i18n is usually running pot&po&mo and should thus also run appdata_i18n_mo

This commit is contained in:
Mads Kiilerich
2024-10-21 22:38:59 +02:00
committed by Robin Gareus
parent 6742c1e4b4
commit 7a4fe02d53

View File

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