summaryrefslogtreecommitdiffstats
path: root/src/helper/gettext.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some anti-aliasingPatrick Storz2019-03-311-1/+1
* Remove "PACKAGE_LOCALE_DIR" environment variablePatrick Storz2019-03-301-2/+0
* Fix localizationMarc Jeanmougin2019-03-241-2/+2
* Clarify licensesMax Gaukler2018-11-081-19/+6
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-3/+3
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* license fixEduard Braun2017-11-261-1/+1
* Include the prefix.h defines in gettext configTed Gould2017-08-051-1/+5
* Use UTF8 encoding for output on windows console.Eduard Braun2017-05-101-11/+12
* Move functions for switching gettext charset to helper/gettext.hEduard Braun2017-05-071-2/+28
* Move gettext initialization into separate function so it can be re-used (will...Eduard Braun2017-05-071-0/+83