Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use standard gettext, following Geany core. #1183

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kugel-
Copy link
Member

@kugel- kugel- commented Jun 28, 2022

Standard gettext should be used over glib's glue these days.
AM_GLIB_GNU_GETTEXT and glib-gettextize are deprecated. This helps
possible meson build (no concrete plans yet) as well as working with
intltool is harder over there. gettext, on the other hand, is supported
out of the box in meson.

Beware, autopoint is a new dependency when building from git,
should not affect tarballs. Also, it's already required by Geany core.

Additionally, autogen.sh follows Geany's autogen.sh more closely,
allowing for out-of-tree builds.

kugel- added 3 commits June 28, 2022 07:38
Standard gettext should be used over glib's glue these days.
AM_GLIB_GNU_GETTEXT and glib-gettextize are deprecated. This helps
possible meson build (no concrete plans yet) as well as working with
intltool is harder over there. gettext, on the other hand, is supported
out of the box in meson.

Beware, autopoint is a new dependency when building from git,
should not affect tarballs. Also, it's already required by Geany core.

Additionally, autogen.sh follows Geany's autogen.sh more closely,
allowing for out-of-tree builds.
Requires running update-po to fix the build.
build/i18n.m4 Show resolved Hide resolved
configure.ac Show resolved Hide resolved
@eht16
Copy link
Member

eht16 commented Sep 4, 2022

Apart from the comments above, LGBI.
I would test it on Linux and Windows when my questions are answered.

@eht16
Copy link
Member

eht16 commented Oct 6, 2024

Alright. Roughly tested on Linux and seems to work.

@kugel- could you remove the build/i18n.m4 file and fix the merge conflicts?

I think then we can merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants