From 704f8975ca9e3c0f48452d7f2e9fb34889af1e08 Mon Sep 17 00:00:00 2001 From: Sven Serlier <85389871+wrt54g@users.noreply.github.com> Date: Sun, 29 May 2022 15:11:19 +0200 Subject: [PATCH] Change home-assistant to core (#1346) --- 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 9429e004..6a6aba50 100644 --- a/docs/internationalization/core.md +++ b/docs/internationalization/core.md @@ -4,7 +4,7 @@ title: "Backend Localization" ## Translation Strings -Platform translation strings are stored as JSON in the [home-assistant](https://github.com/home-assistant/home-assistant) repository. These files must be located adjacent to the component/platform they belong to. Components must have their own directory, and the file is simply named `strings.json` in that directory. For platforms, they are named `strings..json` in the platform directory. This file will contain the different strings that will be translatable. +Platform translation strings are stored as JSON in the [core](https://github.com/home-assistant/core) repository. These files must be located adjacent to the component/platform they belong to. Components must have their own directory, and the file is simply named `strings.json` in that directory. For platforms, they are named `strings..json` in the platform directory. This file will contain the different strings that will be translatable. ### `strings.json`