aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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