aboutsummaryrefslogtreecommitdiff
path: root/xgettext (follow)
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.