Tue, 31 Oct 2023 00:49:38 -0500
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') |