po/meson.build

Tue, 31 Oct 2023 00:49:38 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 31 Oct 2023 00:49:38 -0500
changeset 42454
37bcbcd66c6f
parent 41485
74a04628357f
child 42473
c2cb3f628555
permissions
-rw-r--r--

Set our gettext package to pidgin3 so it can we can install next to pidgin2

Testing Done:
Ran ninja turtles.
Installed and verified the `.mo` files were named `pidgin3.mo`.

Reviewed at https://reviews.imfreedom.org/r/2755/

40461
25f653ee017e Change the logic for determining whether or not to install translations
Gary Kramlich <grim@reaperworld.com>
parents: 39707
diff changeset
1 i18n = import('i18n')
25f653ee017e Change the logic for determining whether or not to install translations
Gary Kramlich <grim@reaperworld.com>
parents: 39707
diff changeset
2
41297
4960320545ef Move our i18n setup to the glib preset.
Gary Kramlich <grim@reaperworld.com>
parents: 40461
diff changeset
3 # use the glib preset which is defined at
4960320545ef Move our i18n setup to the glib preset.
Gary Kramlich <grim@reaperworld.com>
parents: 40461
diff changeset
4 # https://github.com/mesonbuild/meson/blob/master/mesonbuild/modules/i18n.py#L93
4960320545ef Move our i18n setup to the glib preset.
Gary Kramlich <grim@reaperworld.com>
parents: 40461
diff changeset
5 # at the time of this comment.
42454
37bcbcd66c6f Set our gettext package to pidgin3 so it can we can install next to pidgin2
Gary Kramlich <grim@reaperworld.com>
parents: 41485
diff changeset
6 i18n.gettext(GETTEXT_PACKAGE, preset : 'glib')

mercurial