summaryrefslogtreecommitdiffstats
path: root/src/helper/gettext.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-31Some anti-aliasingPatrick Storz1-1/+1
2019-03-30Remove "PACKAGE_LOCALE_DIR" environment variablePatrick Storz1-2/+0
2019-03-24Fix localizationMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-19/+6
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-3/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-11-26license fixEduard Braun1-1/+1
2017-08-05Include the prefix.h defines in gettext configTed Gould1-1/+5
2017-05-10Use UTF8 encoding for output on windows console.Eduard Braun1-11/+12
2017-05-07Move functions for switching gettext charset to helper/gettext.hEduard Braun1-2/+28
2017-05-07Move gettext initialization into separate function so it can be re-used (will...Eduard Braun1-0/+83