Fork me on GitHub

More erlang-gettext hack

2009-04-14

Implemented this interface:


1> gettext_generate:compile(se, “swedish.po”).
{module,se}
2> gettext_generate:compile(es, “spanish.po”).
{module,es}

But read erlang-gettext README-generated.textile at github instead.