build: let gettext treat blueprint code as C code

Fixes warnings during recreating translation files.
This commit is contained in:
Peter Eisenmann
2022-04-30 13:00:07 +02:00
parent 27563c08ec
commit 5ac9627a2e

View File

@@ -1 +1 @@
i18n.gettext('os-installer', preset: 'glib', args: '--add-location=file')
i18n.gettext('os-installer', preset: 'glib', args: ['--language=C', '--add-location=file'])