forked from sdelements/lets-chat
-
Notifications
You must be signed in to change notification settings - Fork 2
i18n
Simon Bartlett edited this page Jun 5, 2015
·
7 revisions
To set a server-wide locale, add the following to settings.yml
:
i18n
locale: en
- French
- Spanish
- Portuguese
To add your own locale, simply copy en.json
in the locales
folder and begin translating that.
If you'd like to contribute a locale, please open a pull request.