mattermost-mobile/config/config.json
Harrison Healey 8f727e0ebd Added react-intl for internationalization (#31)
* Added react-intl

* Moved all displayed strings into en.json

* Add spanish locale data so we can test switching locales
2016-10-19 10:56:24 -07:00

5 lines
109 B
JSON

{
"DefaultServerUrl": "http://localhost:8065",
"MockFetchInTests": true,
"DefaultLocale": "en"
}