aboutsummaryrefslogtreecommitdiff
path: root/xgettext/main_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing example with go-xgettext.José Carlos Nieto2016-02-201-523/+0
|
* Add native go xgettextMichael Vogt2016-01-251-0/+523
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.