aboutsummaryrefslogtreecommitdiff
path: root/src/gettext.h
AgeCommit message (Collapse)Author
2011-08-05fixed some error :/Constantin Wenger
2011-08-02Introduce wgettextGiuseppe Bilotta
All usages of gettext() are converted to wchars, so let's factor this into a single inline.
2011-07-31last fix was shit but this one works (tested)Constantin Wenger
2011-07-30fixe for msvc broke linuxConstantin Wenger
2011-07-30this fixes problem with msvc++ and should work on other systems and so on ↵Constantin Wenger
anyway.
2011-07-30fixed redefinitivon of gettext.h is included more than onceConstantin Wenger
2011-07-30set locales to C because en_US not installed on some systems, only UTF-8 ↵Constantin Wenger
version and en_US.UTF-8 does not work.
2011-07-24Read config from gettext.hGiuseppe Bilotta
Otherwise the USE_GETTEXT define might not be visible.
2011-07-24Sanitize GETTEXT usage macrosGiuseppe Bilotta
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.
2011-07-24Refactor gettext initGiuseppe Bilotta
Put the gettext init code in a macro and define it appropriately depending on whether gettext is actually available or not.
2011-07-23updated cmakerules to autodetect if gettext can be usedConstantin Wenger
fixed error if gettext is disabled
2011-07-21Make gettext optionalGiuseppe Bilotta
2011-07-20added gettext supportConstantin Wenger
german translation file and bashscript to update translations