2020-10-10 14:04:59 +02:00
|
|
|
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')
|
2022-05-26 01:03:07 +02:00
|
|
|
|
2025-09-24 16:50:15 +00:00
|
|
|
# Special-casing, we just reuse the same locale dictionary for our demo
|
2022-05-26 01:03:07 +02:00
|
|
|
# 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')
|