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