diff --git a/i18n.md b/i18n.md index 4b61eb4..cd3d10d 100644 --- a/i18n.md +++ b/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