aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/api-usage/main.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-14src/gotext.go: Move Main() to the end of the fileEuAndreh1-21/+14
2025-05-14src/gotext.go: Rename msgID -> msgIDTEuAndreh2-31/+31
2025-05-14src/gotext.go: Cleanup LC_* comments and make them constsEuAndreh1-26/+10
2025-05-14Remove global `msgIDs` shared variableEuAndreh2-40/+56
2025-05-14src/gotext.go: Group together type definitionsEuAndreh1-16/+11
2025-05-14src/gotext.go: Fix usage of `var`EuAndreh1-48/+56
2025-05-14src/gotext.go: Remove global `opts` shared variableEuAndreh2-30/+48
2025-05-14src/gotext.go: Do away with most of the CLI optionsEuAndreh2-133/+24
2025-05-14rm LICENSE .travis.ymlEuAndreh2-27/+0
2025-05-14rm _examples/gettext.goEuAndreh1-21/+0
2025-05-14Absorb go-xgettext/main_test.goEuAndreh9-551/+640
2025-05-12Absorb gettext_test.goEuAndreh15-178/+257
2025-05-12mv po/* po/doc/EuAndreh9-2/+2
2025-05-12Absorb gettext.goEuAndreh2-222/+190
2025-05-10Absorb go-xgettext/main.go: Hackly do away with ad-hoc go-flags packageEuAndreh2-357/+426
2025-05-10Setup manpage i18nEuAndreh18-2/+274
2025-05-10Setup Go skeletonEuAndreh16-1/+362
2016-03-09fix tests on ubuntuMichael Vogt1-7/+12
2016-03-09add travis.ymlMichael Vogt2-0/+12
2016-02-20Fixing example with go-xgettext.José Carlos Nieto3-1/+1
2016-02-20Adding old LC_* style constants for backward compatibility.José Carlos Nieto1-2/+13
2016-02-20Updating example.José Carlos Nieto2-19/+11
2016-02-20Adding a note on #1.José Carlos Nieto1-0/+2
2016-02-20Code cleaning.José Carlos Nieto10-255/+158
2016-02-07Updating readme.José Carlos Nieto1-22/+19
2016-02-07Closes #7José Carlos Nieto1-40/+65
2016-01-25Add native go xgettextMichael Vogt2-0/+855
Upstream xgettext does not provide support for the go raw_string_lit (backtick) multi-line strings. Thanks to the excellent go/ast package its easy to build a native xgettext in go itself.
2015-06-08Fix translations with DGettext (and other D... func) when the domain name is ↵SQP2-4/+45
empty. According to the doc, NULL allow to use the current domain as fallback: http://www.gnu.org/software/libc/manual/html_node/Translation-with-gettext.html If the domainname parameter is the null pointer the dgettext function is exactly equivalent to gettext since the default value for the domain name is used.
2013-02-21Styling typos.José Carlos Nieto1-11/+12
2013-02-19TypoJosé Carlos Nieto1-1/+1
2013-02-19Updating code (fixing leaks) and docs.José Carlos Nieto3-31/+115
2012-10-06Typo.José Carlos Nieto1-6/+6
2012-10-06Additional data on xgettext.José Carlos Nieto2-1/+25
2012-10-06Typos.José Carlos Nieto1-3/+6