aboutsummaryrefslogtreecommitdiff
path: root/src/gettext.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix various code & correctness issues (#11815)sfan52021-12-051-2/+1
* Localize error messages in mainmenu (#11495)Riceball LEE2021-11-011-0/+29
* Add fwgettext util functionrubenwardy2021-08-191-0/+18
* Fix segfault caused by wrong wgettext()sfan52018-04-091-1/+1
* Fix for translating empty stringsminduser002018-04-091-2/+3
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-0/+1
* gettext.h: include <locale> before defining the gettext macro (#4452)kahrl2016-08-211-0/+10
* Fix compilation under MSVC and remove unnecessary conditional function prototypekwolekr2015-10-241-5/+1
* Remove wstrgettextest312015-10-181-8/+0
* Clean up gettext initializationShadowNinja2015-10-151-1/+1
* Use UTF-8 instead of narrowest312015-07-081-2/+2
* Fix Android text bug (no text displaying)Craig Robbins2015-03-071-8/+8
* Fix gettext on MSVCBlockMen2015-02-121-2/+5
* Fix gettextShadowNinja2015-02-051-1/+1
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-051-48/+13
* Fix errors/warnings reported by valgrindsfan52014-07-061-4/+4
* Use narrow_to_wide in gettext instead of os dependent conversion fctsapier2014-04-191-1/+8
* fix gettext compile issues under win32MetaDucky2013-11-181-1/+1
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-111-35/+30
* Fix formspec label issues in win builds (MSVC)BlockMen2013-08-041-0/+7
* Add support for IPv6proller2013-06-231-0/+3
* Add Freetype supportIlya Zhuravlev2013-02-141-3/+38
* 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
* 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 any...Constantin Wenger2011-07-301-1/+0
* 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 vers...Constantin Wenger2011-07-301-0/+10
* Read config from gettext.hGiuseppe Bilotta2011-07-241-0/+2
* Sanitize GETTEXT usage macrosGiuseppe Bilotta2011-07-241-1/+1
* Refactor gettext initGiuseppe Bilotta2011-07-241-9/+9
* updated cmakerules to autodetect if gettext can be usedConstantin Wenger2011-07-231-0/+6
* Make gettext optionalGiuseppe Bilotta2011-07-211-1/+8
* added gettext supportConstantin Wenger2011-07-201-0/+12