aboutsummaryrefslogtreecommitdiff
path: root/src/gettext.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up log messages everywherePerttu Ahola2012-03-111-3/+3
|
* fixed some error :/Constantin Wenger2011-08-051-0/+1
|
* Introduce wgettextGiuseppe Bilotta2011-08-021-0/+5
| | | | | All usages of gettext() are converted to wchars, so let's factor this into a single inline.
* last fix was shit but this one works (tested)Constantin Wenger2011-07-311-2/+2
|
* fixe for msvc broke linuxConstantin Wenger2011-07-301-0/+4
|
* this fixes problem with msvc++ and should work on other systems and so on ↵Constantin Wenger2011-07-301-1/+0
| | | | anyway.
* fixed redefinitivon of gettext.h is included more than onceConstantin Wenger2011-07-301-0/+3
|
* set locales to C because en_US not installed on some systems, only UTF-8 ↵Constantin Wenger2011-07-301-0/+10
| | | | version and en_US.UTF-8 does not work.
* Read config from gettext.hGiuseppe Bilotta2011-07-241-0/+2
| | | | Otherwise the USE_GETTEXT define might not be visible.
* Sanitize GETTEXT usage macrosGiuseppe Bilotta2011-07-241-1/+1
| | | | | | | 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-241-9/+9
| | | | | 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-231-0/+6
| | | fixed error if gettext is disabled
* Make gettext optionalGiuseppe Bilotta2011-07-211-1/+8
|
* added gettext supportConstantin Wenger2011-07-201-0/+12
german translation file and bashscript to update translations