aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* src/gotext.go: Add translatableErrorTEuAndreh2025-05-141-0/+8
|
* src/gotext.go: Move Main() to the end of the fileEuAndreh2025-05-141-21/+14
|
* src/gotext.go: Rename msgID -> msgIDTEuAndreh2025-05-142-31/+31
|
* src/gotext.go: Cleanup LC_* comments and make them constsEuAndreh2025-05-141-26/+10
|
* Remove global `msgIDs` shared variableEuAndreh2025-05-142-40/+56
|
* src/gotext.go: Group together type definitionsEuAndreh2025-05-141-16/+11
|
* src/gotext.go: Fix usage of `var`EuAndreh2025-05-141-47/+55
|
* src/gotext.go: Remove global `opts` shared variableEuAndreh2025-05-142-30/+48
|
* src/gotext.go: Do away with most of the CLI optionsEuAndreh2025-05-142-133/+24
|
* rm LICENSE .travis.ymlEuAndreh2025-05-142-27/+0
|
* rm _examples/gettext.goEuAndreh2025-05-141-21/+0
|
* Absorb go-xgettext/main_test.goEuAndreh2025-05-149-550/+639
|
* Absorb gettext_test.goEuAndreh2025-05-1215-178/+257
|
* mv po/* po/doc/EuAndreh2025-05-129-2/+2
|
* Absorb gettext.goEuAndreh2025-05-122-222/+190
|
* Absorb go-xgettext/main.go: Hackly do away with ad-hoc go-flags packageEuAndreh2025-05-102-357/+426
|
* Setup manpage i18nEuAndreh2025-05-1018-2/+274
|
* Setup Go skeletonEuAndreh2025-05-1016-1/+362
|
* Merge pull request #11 from mvo5/bugfix/fix-tests-on-linuxJosé Carlos2016-08-301-7/+12
|\ | | | | Bugfix/fix tests on linux
| * fix tests on ubuntuMichael Vogt2016-03-091-7/+12
| |
* | Merge pull request #10 from mvo5/feature/travisJosé Carlos2016-06-022-0/+12
|\| | | | | add travis.yml
| * add travis.ymlMichael Vogt2016-03-092-0/+12
|/
* Fixing example with go-xgettext.José Carlos Nieto2016-02-203-1/+1
|
* Adding old LC_* style constants for backward compatibility.José Carlos Nieto2016-02-201-2/+13
|
* Merge branch 'master' of github.com:gosexy/gettextJosé Carlos Nieto2016-02-200-0/+0
|\
| * Merge pull request #9 from gosexy/issue-5José Carlos2016-02-2010-254/+159
| |\ | | | | | | Code cleaning.
* | | Updating example.José Carlos Nieto2016-02-202-19/+11
| | |
* | | Adding a note on #1.José Carlos Nieto2016-02-201-0/+2
| |/ |/|
* | Code cleaning.José Carlos Nieto2016-02-202-60/+84
|\|
| * Merge branch 'master' of github.com:gosexy/gettextJosé Carlos Nieto2016-02-071-40/+65
| |\
| | * Merge pull request #8 from gosexy/issue-7José Carlos2016-02-071-40/+65
| | |\ | | | | | | | | Closes #7
| | | * Closes #7José Carlos Nieto2016-02-071-40/+65
| | |/
| * / Updating readme.José Carlos Nieto2016-02-071-22/+19
| |/
* / Code cleaning.José Carlos Nieto2016-02-2010-254/+157
|/
* Merge pull request #6 from mvo5/feature/xgettextJosé Carlos2016-02-072-0/+855
|\ | | | | Add native go xgettext
| * Add native go xgettextMichael Vogt2016-01-252-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.
* Merge pull request #2 from sqp/nil_stringJosé Carlos2016-01-092-4/+45
|\ | | | | Fix translations with DGettext (and other D... func) when the domain name is empty.
| * Fix translations with DGettext (and other D... func) when the domain name is ↵SQP2015-06-082-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.
* Styling typos.José Carlos Nieto2013-02-211-11/+12
|
* TypoJosé Carlos Nieto2013-02-191-1/+1
|
* Updating code (fixing leaks) and docs.José Carlos Nieto2013-02-193-31/+115
|
* Typo.José Carlos Nieto2012-10-061-6/+6
|
* Additional data on xgettext.José Carlos Nieto2012-10-062-1/+25
|
* Typos.José Carlos Nieto2012-10-061-3/+6
|
* Adding README file.José Carlos Nieto2012-10-061-0/+63
|
* Adding Deutsch and Español examples.José Carlos Nieto2012-10-067-0/+255
|
* Initial commit.José Carlos Nieto2012-10-062-0/+126