mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-26 05:55:15 +00:00
added Development section with note to reload i18n js translations after making changes to locales
6
i18n.md
6
i18n.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user