-
Notifications
You must be signed in to change notification settings - Fork 1.6k
i18n
Houssam Haidar edited this page Jun 14, 2016
·
8 revisions
To set a server-wide default 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.