- Change Summary:
-
rebased and added the locale path to the runtime directories in the about box.
- Commits:
-
Summary ID 31c6015585c6e5eaa94f4a3614b24ee6ea031f9e 1ecefe4fe4ae8e9c4a0ace7f53270d6939db907d
Update a bunch of gettext stuff
Review Request #2759 — Created Oct. 31, 2023 and submitted
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.
Summary | ID |
---|---|
0bdf39795afe907951f7bdc4e3124c573003153a |
Description | From | Last Updated |
---|---|---|
... should be searched ... |
QuLogic |
- Change Summary:
-
Fix typos.
- Description:
-
Add support for a PURPLE_LOCALE_DIR environment variable so we can set the
~ locale directory in a dev environement. ~ locale directory in a dev environment. ~ Added purple_get_locale_dir() which will check the environement variable or
~ 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.