aboutsummaryrefslogtreecommitdiff
path: root/src/gettext.cpp
AgeCommit message (Collapse)Author
2021-08-08Gettext support on Android (#11435)Pevernow
Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: =?UTF-8?q?Olivier=20Samyn=20=F0=9F=8E=BB?= <code@oleastre.be>
2020-04-27Fix detection of in-place path_locale when RUN_IN_PLACE=0sfan5
broken by 2349d31bae1bfc4d58fd88efbc88261e69b11dad (side effect) fixes #9745
2017-08-18Modernize various filesLoic Blot
* range-based for loops * emplace_back instead of push_back * code style * C++ headers instead of C headers * Default operators * empty stl function
2015-10-26Fix typoBlockMen
2015-10-24Fix compilation under MSVC and remove unnecessary conditional function prototypekwolekr
Thanks to SmallJoker for pointing this out.
2015-10-15Clean up gettext initializationShadowNinja
2015-09-01gettext.cpp: Fix syntax error when using MSVCjh10001
Also remove trailing whitespaces from the file
2015-07-08Use UTF-8 instead of narrowest31
Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places. Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit.
2015-04-27Revert "Only lowercase project name at compile time"sfan5
This reverts commit 3be9787e64362b8a5020746220c65abbe31f8097.
2015-04-21Only lowercase project name at compile timeShadowNinja
2015-03-31Fix use of unitialized variable in gettext.cppCraig Robbins
#2583
2015-03-27Fix GetText translation loadingShadowNinja
2015-02-12Fix gettext on MSVCBlockMen
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2014-05-24fixed typo std::encl in src/gettext.cppJakub Vaněk
2014-02-04Fix unexpected preprocessor directive in gettext.cppIlya Zhuravlev
2014-01-09Set locale properly when built without gettext supportPerttu Ahola
2013-11-11Disable localization workaround in serversapier
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier