summaryrefslogtreecommitdiff
path: root/gettext.h
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.33.8Johannes Schindelin2023-04-171-0/+6
|\
| * Sync with 2.30.9Johannes Schindelin2023-04-171-0/+6
| |\
| | * gettext: avoid using gettext if the locale dir is not presentJohannes Schindelin2023-04-171-1/+6
* | | gettext: remove optional non-standard parens in N_() definitionÆvar Arnfjörð Bjarmason2021-09-031-24/+0
|/ /
* | tests: remove support for GIT_TEST_GETTEXT_POISONÆvar Arnfjörð Bjarmason2021-01-211-6/+1
|/
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-4/+4
* i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason2018-11-091-6/+3
* gettext: add is_utf8_locale()Nguyễn Thái Ngọc Duy2016-07-011-0/+1
* Merge branch 'ye/http-accept-language'Junio C Hamano2015-03-061-0/+2
|\
| * gettext.c: move get_preferred_languages() from http.cye/http-accept-languageJeff King2015-02-261-0/+2
* | gettext.h: add parentheses around N_ expansion if supportedkm/gettext-nKyle J. McKay2015-01-121-0/+24
|/
* Merge branch 'nd/fetch-status-alignment'Junio C Hamano2012-09-181-0/+5
|\
| * fetch: align per-ref summary report in UTF-8 localesNguyễn Thái Ngọc Duy2012-09-141-0/+5
* | gettext: do not translate empty stringThomas Rast2012-08-201-0/+2
|/
* i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-051-2/+23
* i18n: avoid parenthesized string as array initializerRamsay Jones2011-04-111-1/+1
* i18n: add stub Q_() wrapper for ngettextJonathan Nieder2011-03-091-2/+10
* i18n: do not poison translations unless GIT_GETTEXT_POISON envvar is setJonathan Nieder2011-03-081-1/+1
* i18n: add GETTEXT_POISON to simulate unfriendly translatorÆvar Arnfjörð Bjarmason2011-03-081-1/+7
* i18n: add no-op _() and N_() wrappersÆvar Arnfjörð Bjarmason2011-03-081-0/+26