mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
make gnc_path_get_localedir() and GETTEXT_PACKAGE available for python to access locales. Import gettext module to provide _ as translator method. Provide null _-method returning english text in case of missing gettext. Make a lot of messages translatable by adding _-method. Include python files to create .pot-files.