From 2081cbe35ed072dc71b0fedc3ff05ac582a82410 Mon Sep 17 00:00:00 2001 From: Villhellm Date: Fri, 9 Oct 2020 08:44:04 -0700 Subject: [PATCH] Updated repository links (#674) --- docs/internationalization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/internationalization.md b/docs/internationalization.md index 1c825272..9915bcdc 100644 --- a/docs/internationalization.md +++ b/docs/internationalization.md @@ -4,9 +4,9 @@ title: "Internationalization" The Home Assistant internationalization project includes preparing platforms and the frontend for localization, as well as the actual translation of localized strings. -Some components and platforms will have strings that need to be localized specifically for that platform. These strings are managed in the core [home-assistant](https://github.com/home-assistant/home-assistant) repository. The Home Assistant backend will serve strings to the clients based on the loaded components in the running instance. +Some components and platforms will have strings that need to be localized specifically for that platform. These strings are managed in the core [home-assistant](https://github.com/home-assistant/core) repository. The Home Assistant backend will serve strings to the clients based on the loaded components in the running instance. -There are also localizable strings that exist only on the frontend. These strings are managed in the [home-assistant-polymer](https://github.com/home-assistant/home-assistant-polymer) repository. These strings are stored with the frontend and don’t depend on the backend configuration. +There are also localizable strings that exist only on the frontend. These strings are managed in the [home-assistant frontend](https://github.com/home-assistant/frontend) repository. These strings are stored with the frontend and don’t depend on the backend configuration. | Type | Location | | ----------------- | -------- |