You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
212 B

langs = [
# 'it'
]
if langs.length() > 0
intl.gettext(GETTEXT_PACKAGE,
languages: langs,
args: [
'--from-code=UTF-8',
'--keyword=g_dngettext:2,3',
'--add-comments',
],
)
endif