On Jun 21, 6:17 am, Vasiliy Tolstov wrote:
> Great. But how can use this is web apps?
It is still very raw. Basically all user-facing strings in templates
and go files need to be wrapped to a call to Catalog.Gettext() or
Ngettext(). Then you need to extract those messages from templates and
go files, then translate them and compile into MO files. Then based on
the request (URL, cookie, user preferences) you select the right
catalog to translate messages.
The plan is that it'll eventually have the tools for the full
workflow, but for now it just reads compiled catalogs. :)
-- rodrigo