aboutsummaryrefslogtreecommitdiff
path: root/xgettext/main_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.