From 5ac9627a2e950056a26ae5faeb91da9ddfd60614 Mon Sep 17 00:00:00 2001 From: Peter Eisenmann Date: Sat, 30 Apr 2022 13:00:07 +0200 Subject: [PATCH] build: let gettext treat blueprint code as C code Fixes warnings during recreating translation files. --- po/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/meson.build b/po/meson.build index d7024b5..e3e6ef2 100644 --- a/po/meson.build +++ b/po/meson.build @@ -1 +1 @@ -i18n.gettext('os-installer', preset: 'glib', args: '--add-location=file') +i18n.gettext('os-installer', preset: 'glib', args: ['--language=C', '--add-location=file'])