Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add native go xgettext | Michael Vogt | 2016-01-25 | 2 | -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_string | José Carlos | 2016-01-09 | 2 | -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 ↵ | SQP | 2015-06-08 | 2 | -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 Nieto | 2013-02-21 | 1 | -11/+12 | |
| | ||||||
* | Typo | José Carlos Nieto | 2013-02-19 | 1 | -1/+1 | |
| | ||||||
* | Updating code (fixing leaks) and docs. | José Carlos Nieto | 2013-02-19 | 3 | -31/+115 | |
| | ||||||
* | Typo. | José Carlos Nieto | 2012-10-06 | 1 | -6/+6 | |
| | ||||||
* | Additional data on xgettext. | José Carlos Nieto | 2012-10-06 | 2 | -1/+25 | |
| | ||||||
* | Typos. | José Carlos Nieto | 2012-10-06 | 1 | -3/+6 | |
| | ||||||
* | Adding README file. | José Carlos Nieto | 2012-10-06 | 1 | -0/+63 | |
| | ||||||
* | Adding Deutsch and Español examples. | José Carlos Nieto | 2012-10-06 | 7 | -0/+255 | |
| | ||||||
* | Initial commit. | José Carlos Nieto | 2012-10-06 | 2 | -0/+126 | |