aboutsummaryrefslogtreecommitdiff
path: root/gettext.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-20Code cleaning.José Carlos Nieto1-111/+102
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