1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
Files
gimp/po-plug-ins/meson.build

10 lines
492 B
Meson
Raw Permalink Normal View History

po_plug_ins_dir = meson.current_source_dir()
2017-11-01 14:27:13 +01:00
i18n.gettext(gettext_package + '-std-plug-ins', preset: 'glib')
# Special-casing, we just reuse the same locale dictionary for our demo
# extension. We could have separated the strings but just for the sake
# of demo on code-side, it's simpler to do it this way.
extension_i18n = 'org.gimp.extension.goat-exercises'
i18n.gettext(extension_i18n, preset: 'glib',
install_dir: gimpplugindir / 'extensions' / extension_i18n / 'locale')