From dcdd7f1d7ef6200f64d5172106fabe40b1bdffc0 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Sun, 10 May 2020 14:09:10 -0700 Subject: [PATCH] Fix path to common strings (#507) --- docs/internationalization/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internationalization/core.md b/docs/internationalization/core.md index 5de832fe..34bf828c 100644 --- a/docs/internationalization/core.md +++ b/docs/internationalization/core.md @@ -104,7 +104,7 @@ $ python3 -m script.translations develop ### 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/components/strings.json`. You can refer to those translations using references. For example: +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: ```json {