From 7a4fe02d53a77a6506fc85e6b9ad3cb952420fea Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Mon, 21 Oct 2024 22:38:59 +0200 Subject: [PATCH] wscript: `waf i18n` is usually running pot&po&mo and should thus also run appdata_i18n_mo --- gtk2_ardour/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 3d814cb234..505876e172 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -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']