21 Jun 2012 02:24
gettext: a MO file parser
Hey,
I started to work on a package to deal with GNU Gettext. For now, it
can parse MO files:
http://go.pkgdoc.org/code.google.com/p/gorilla/gettext
But it is still incomplete. It doesn't parse Plural-Forms, which will
require a whole expression parser [1]. It will have it soon, I
hope. :)
My wish is to gradually add gettext-related tools, like message
extraction from go files and templates and compilation of MO files.
We'll get there. Talk to me if you can help. :)
-- rodrigo
[1] http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms
RSS Feed