From 74a7fdbe63acb032b4babd2396c2d66487ae05ef Mon Sep 17 00:00:00 2001 From: Colin Froggatt <31819562+yorkfrog@users.noreply.github.com> Date: Mon, 26 Mar 2018 18:34:04 +0100 Subject: [PATCH] added Development section with note to reload i18n js translations after making changes to locales --- i18n.md | 6 ++++++ 1 file changed, 6 insertions(+) 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