From bf56dea391a8a36e9750b6b6e767bb257b7f1b0b Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Fri, 30 Dec 2022 05:06:32 +0100 Subject: [PATCH] fix: correct outdated link (#1597) * fix: correct outdated link * Update custom_integration.md --- docs/internationalization/custom_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internationalization/custom_integration.md b/docs/internationalization/custom_integration.md index 963c3c51..637e5341 100644 --- a/docs/internationalization/custom_integration.md +++ b/docs/internationalization/custom_integration.md @@ -8,6 +8,6 @@ Unlike localized strings merged in the `home-assistant` repository, custom compo These files follow the same formatting as [backend translation string files](internationalization/core.md), but a copy will exist for each translated language. -The language codes follow the [BCP47](https://tools.ietf.org/html/bcp47) format. The [frontend translation files](https://github.com/home-assistant/frontend/tree/master/translations) can also be referred to if you are unsure of the correct language code to use. +The language codes follow the [BCP47](https://tools.ietf.org/html/bcp47) format. The [frontend translation files](https://github.com/home-assistant/frontend/tree/master/src/translations) can also be referred to if you are unsure of the correct language code to use. To make sure that your translation files are correct, test with our integration validator Hassfest. [Set up instructions here.](https://developers.home-assistant.io/blog/2020/04/16/hassfest)