(thanks to Badlop)
SVN Revision: 780
2007-06-07 Alexey Shchepin <alexey@sevcom.net>
+ * src/ejabberd_config.erl: Fixed "language" option processing
+ (thanks to Badlop)
+
* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)
* src/msgs/ca.msg: New Catalan translation (thanks to Vicent
State, Terms);
{listen, Val} ->
add_option(listen, Val, State);
+ {language, Val} ->
+ add_option(language, Val, State);
{outgoing_s2s_port, Port} ->
add_option(outgoing_s2s_port, Port, State);
{s2s_use_starttls, Port} ->