Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-08 | Gettext 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-27 | Fix detection of in-place path_locale when RUN_IN_PLACE=0 | sfan5 | |
broken by 2349d31bae1bfc4d58fd88efbc88261e69b11dad (side effect) fixes #9745 | |||
2017-08-18 | Modernize various files | Loic 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-26 | Fix typo | BlockMen | |
2015-10-24 | Fix compilation under MSVC and remove unnecessary conditional function prototype | kwolekr | |
Thanks to SmallJoker for pointing this out. | |||
2015-10-15 | Clean up gettext initialization | ShadowNinja | |
2015-09-01 | gettext.cpp: Fix syntax error when using MSVC | jh10001 | |
Also remove trailing whitespaces from the file | |||
2015-07-08 | Use UTF-8 instead of narrow | est31 | |
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-27 | Revert "Only lowercase project name at compile time" | sfan5 | |
This reverts commit 3be9787e64362b8a5020746220c65abbe31f8097. | |||
2015-04-21 | Only lowercase project name at compile time | ShadowNinja | |
2015-03-31 | Fix use of unitialized variable in gettext.cpp | Craig Robbins | |
#2583 | |||
2015-03-27 | Fix GetText translation loading | ShadowNinja | |
2015-02-12 | Fix gettext on MSVC | BlockMen | |
2015-02-05 | Reduce gettext wide/narrow and string/char* conversions | ShadowNinja | |
2014-05-24 | fixed typo std::encl in src/gettext.cpp | Jakub Vaněk | |
2014-02-04 | Fix unexpected preprocessor directive in gettext.cpp | Ilya Zhuravlev | |
2014-01-09 | Set locale properly when built without gettext support | Perttu Ahola | |
2013-11-11 | Disable localization workaround in server | sapier | |
2013-11-11 | Fix win32/msvc i18n (quite UGLY version, blame Microsoft) | sapier | |