summaryrefslogtreecommitdiff
path: root/src/gettext.h
Commit message (Collapse)AuthorAge
* Read config from gettext.hGiuseppe Bilotta2011-07-24
| | | | Otherwise the USE_GETTEXT define might not be visible.
* Sanitize GETTEXT usage macrosGiuseppe Bilotta2011-07-24
| | | | | | | Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is only set to true if gettext was enabled and found. This simplifies all check to USE_GETTEXT only rather than the double checks for it being enabled and found.
* Refactor gettext initGiuseppe Bilotta2011-07-24
| | | | | Put the gettext init code in a macro and define it appropriately depending on whether gettext is actually available or not.
* updated cmakerules to autodetect if gettext can be usedConstantin Wenger2011-07-23
| | | fixed error if gettext is disabled
* Make gettext optionalGiuseppe Bilotta2011-07-21
|
* added gettext supportConstantin Wenger2011-07-20
german translation file and bashscript to update translations