index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gettext.h
Age
Commit message (
Expand
)
Author
2021-12-05
Fix various code & correctness issues (#11815)
sfan5
2021-11-01
Localize error messages in mainmenu (#11495)
Riceball LEE
2021-08-19
Add fwgettext util function
rubenwardy
2018-04-09
Fix segfault caused by wrong wgettext()
sfan5
2018-04-09
Fix for translating empty strings
minduser00
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-08-16
Cleanup various headers to reduce compilation times (#6255)
Loïc Blot
2016-08-21
gettext.h: include <locale> before defining the gettext macro (#4452)
kahrl
2015-10-24
Fix compilation under MSVC and remove unnecessary conditional function prototype
kwolekr
2015-10-18
Remove wstrgettext
est31
2015-10-15
Clean up gettext initialization
ShadowNinja
2015-07-08
Use UTF-8 instead of narrow
est31
2015-03-07
Fix Android text bug (no text displaying)
Craig Robbins
2015-02-12
Fix gettext on MSVC
BlockMen
2015-02-05
Fix gettext
ShadowNinja
2015-02-05
Reduce gettext wide/narrow and string/char* conversions
ShadowNinja
2014-07-06
Fix errors/warnings reported by valgrind
sfan5
2014-04-19
Use narrow_to_wide in gettext instead of os dependent conversion fct
sapier
2013-11-18
fix gettext compile issues under win32
MetaDucky
2013-11-11
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
sapier
2013-08-04
Fix formspec label issues in win builds (MSVC)
BlockMen
2013-06-23
Add support for IPv6
proller
2013-02-14
Add Freetype support
Ilya Zhuravlev
2012-03-11
Clean up log messages everywhere
Perttu Ahola
2011-08-05
fixed some error :/
Constantin Wenger
2011-08-02
Introduce wgettext
Giuseppe Bilotta
2011-07-31
last fix was shit but this one works (tested)
Constantin Wenger
2011-07-30
fixe for msvc broke linux
Constantin Wenger
2011-07-30
this fixes problem with msvc++ and should work on other systems and so on any...
Constantin Wenger
2011-07-30
fixed redefinitivon of gettext.h is included more than once
Constantin Wenger
2011-07-30
set locales to C because en_US not installed on some systems, only UTF-8 vers...
Constantin Wenger
2011-07-24
Read config from gettext.h
Giuseppe Bilotta
2011-07-24
Sanitize GETTEXT usage macros
Giuseppe Bilotta
2011-07-24
Refactor gettext init
Giuseppe Bilotta
2011-07-23
updated cmakerules to autodetect if gettext can be used
Constantin Wenger
2011-07-21
Make gettext optional
Giuseppe Bilotta
2011-07-20
added gettext support
Constantin Wenger