aboutsummaryrefslogtreecommitdiff
path: root/src/gettext.h
AgeCommit message (Expand)Author
2021-12-05Fix various code & correctness issues (#11815)sfan5
2021-11-01Localize error messages in mainmenu (#11495)Riceball LEE
2021-08-19Add fwgettext util functionrubenwardy
2018-04-09Fix segfault caused by wrong wgettext()sfan5
2018-04-09Fix for translating empty stringsminduser00
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2016-08-21gettext.h: include <locale> before defining the gettext macro (#4452)kahrl
2015-10-24Fix compilation under MSVC and remove unnecessary conditional function prototypekwolekr
2015-10-18Remove wstrgettextest31
2015-10-15Clean up gettext initializationShadowNinja
2015-07-08Use UTF-8 instead of narrowest31
2015-03-07Fix Android text bug (no text displaying)Craig Robbins
2015-02-12Fix gettext on MSVCBlockMen
2015-02-05Fix gettextShadowNinja
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2014-07-06Fix errors/warnings reported by valgrindsfan5
2014-04-19Use narrow_to_wide in gettext instead of os dependent conversion fctsapier
2013-11-18fix gettext compile issues under win32MetaDucky
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-08-04Fix formspec label issues in win builds (MSVC)BlockMen
2013-06-23Add support for IPv6proller
2013-02-14Add Freetype supportIlya Zhuravlev
2012-03-11Clean up log messages everywherePerttu Ahola
2011-08-05fixed some error :/Constantin Wenger
2011-08-02Introduce wgettextGiuseppe Bilotta
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 any...Constantin Wenger
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 vers...Constantin Wenger
2011-07-24Read config from gettext.hGiuseppe Bilotta
2011-07-24Sanitize GETTEXT usage macrosGiuseppe Bilotta
2011-07-24Refactor gettext initGiuseppe Bilotta
2011-07-23updated cmakerules to autodetect if gettext can be usedConstantin Wenger
2011-07-21Make gettext optionalGiuseppe Bilotta
2011-07-20added gettext supportConstantin Wenger