qulogic/pidgin

Update a bunch of gettext stuff

8 months ago, Gary Kramlich
c2cb3f628555
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 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.

Testing Done:
Compiled with finch enabled and verified no issues.

Reviewed at https://reviews.imfreedom.org/r/2759/
subdir('reference')
if ENABLE_GTK
configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif