From 11b1b0cf56f70815a6f59794bdf71cc9ee069631 Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Sun, 12 Sep 2021 07:46:58 +0100 Subject: [PATCH] Add hint to refresh browser cache (#1055) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- docs/internationalization/core.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/internationalization/core.md b/docs/internationalization/core.md index 406e5ebc..39384d90 100644 --- a/docs/internationalization/core.md +++ b/docs/internationalization/core.md @@ -105,6 +105,8 @@ In order to test changes to translation files, the translation strings must be c python3 -m script.translations develop ``` +If translations do not show, clear the browser cache (cmd + R (for MacOS), ctrl + F5 (Windows and Linux)) + ### Introducing new strings To introduce new strings, add them to `strings.json` or to a platform strings file. Try to use as many references to common strings as possible. Common strings live in `homeassistant/strings.json`. You can refer to those translations using references. For example: