Update a bunch of gettext stuff

Review Request #2759 — Created Oct. 31, 2023 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

Add support for a PURPLE_LOCALE_DIR environment variable so we can set the
locale directory in a dev environment.

Added purple_get_locale_dir() which will check the environment variable or
fallback to PURPLE_LOCALE_DIR.

Removed the old PACKAGE and PACKAGE_NAME constants and replaced them with
GETTEXT_PACKAGE which is much more self explanatory.

Compiled with finch enabled and verified no issues.

Changes between revision 2 and 3

orig
1
2
3

Commits

Summary ID Author
Update a bunch of gettext stuff
Add support for a PURPLE_LOCALE_DIR environment variable so we can set the locale directory in a dev environement. Added purple_get_locale_dir() which will check the environement variable or fallback to PURPLE_LOCALE_DIR. Removed the old PACKAGE and PACKAGE_NAME constants and replaced them with GETTEXT_PACKAGE which is much more self explanatory.
1ecefe4fe4ae8e9c4a0ace7f53270d6939db907d Gary Kramlich
Update a bunch of gettext stuff
Add support for a PURPLE_LOCALE_DIR environment variable so we can set the locale directory in a dev environement. Added purple_get_locale_dir() which will check the environement variable or fallback to PURPLE_LOCALE_DIR. Removed the old PACKAGE and PACKAGE_NAME constants and replaced them with GETTEXT_PACKAGE which is much more self explanatory.
0bdf39795afe907951f7bdc4e3124c573003153a Gary Kramlich
libpurple/core.h
Loading...