added Development section with note to reload i18n js translations after making changes to locales

Colin Froggatt
2018-03-26 18:34:04 +01:00
parent 9c6eb6858f
commit 74a7fdbe63

@@ -23,6 +23,12 @@ The [Transifex client](https://github.com/transifex/transifex-client) is a comma
# cd openfoodnetwork
tx pull --force
```
### Development
When making changes to `config/locales/en.yml` or other locals, ensure you reload I18n js translations to see the changes in the application.
```
rake tmp:cache:clear
```
### Further reading