meson.build (337B)
1 # This file is in the public domain 2 # 3 # Builds anastasis-gtk.pot from po/POTFILES.in (regenerate that list with 4 # contrib/pogen.sh) and installs a .mo per language listed in po/LINGUAS. 5 # The 'glib' preset supplies the usual xgettext keywords (_, N_, C_, ...). 6 i18n.gettext( 7 gettext_package, 8 preset: 'glib', 9 install: true, 10 )