From e4627fe0d075a2eac986cac815829770856de271 Mon Sep 17 00:00:00 2001 From: Julius Pabrinkis Date: Thu, 8 Jun 2017 22:36:12 +0100 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9c97119ba4..b6843b41d5 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,9 @@ If you want karma to automatically rerun the tests on file modification, use: ./script/karma start +### Multilingual +Do not forget to run `rake tmp:cache:clear` after locales are updated to reload I18n js translations. + ## Credits * Andrew Spinks (http://github.com/andrewspinks)