25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-10-09 15:06:54 +02:00

* src/ejabberd_config.erl: Fixed "language" option processing

(thanks to Badlop)

SVN Revision: 780
This commit is contained in:
Alexey Shchepin 2007-06-07 18:27:35 +00:00
parent ab0315e592
commit 3b7e23df5a
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
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

View File

@ -107,6 +107,8 @@ process_term(Term, State) ->
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} ->