etnt / gettext

Erlang internationalization library.
http://www.redhoterlang.com/
MIT License
70 stars 45 forks source link

Added support for app.config #8

Closed bipthelin closed 12 years ago

bipthelin commented 12 years ago

Sample config: {gettext, [ {default_lang, "en"}, {gettext_dir, "priv"} ]}

bipthelin commented 12 years ago

I tried to make as few changes to the old/standard api as not to break old behavior of callbacks.