Commit bde89135 authored by JC Brand's avatar JC Brand

Mention i18n/locales setting

parent 75b61fda
...@@ -466,8 +466,8 @@ If set to true, debugging output will be logged to the browser console. ...@@ -466,8 +466,8 @@ If set to true, debugging output will be logged to the browser console.
fullname fullname
-------- --------
If you are using prebinding, you need to specify the fullname of the currently If you are using prebinding, can specify the fullname of the currently
logged in user. logged in user, otherwise the user's vCard will be fetched.
hide_muc_server hide_muc_server
--------------- ---------------
...@@ -478,6 +478,12 @@ Hide the ``server`` input field of the form inside the ``Room`` panel of the ...@@ -478,6 +478,12 @@ Hide the ``server`` input field of the form inside the ``Room`` panel of the
controlbox. Useful if you want to restrict users to a specific XMPP server of controlbox. Useful if you want to restrict users to a specific XMPP server of
your choosing. your choosing.
i18n
----
Specify the locale/language. The language must be in the ``locales`` object. Refer to
``./locale/locales.js`` to see which locales are supported.
prebind prebind
-------- --------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment