From ee234ebddcba8d07e2c879f33e38631c8955ffcf Mon Sep 17 00:00:00 2001 From: Bkh Date: Thu, 7 Dec 2023 00:40:24 +0600 Subject: i18n(ru): Fix typo in `i18n.untranslatedContent` (#1243) Co-authored-by: Lut Nurakhmetov <16526639+Lootjs@users.noreply.github.com>--- .changeset/mighty-bugs-punch.md | 5 +++++ packages/starlight/translations/ru.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/mighty-bugs-punch.md diff --git a/.changeset/mighty-bugs-punch.md b/.changeset/mighty-bugs-punch.md new file mode 100644 index 00000000..7987639c --- /dev/null +++ b/.changeset/mighty-bugs-punch.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Fix typo in Russian untranslated content notice diff --git a/packages/starlight/translations/ru.json b/packages/starlight/translations/ru.json index 79b253b6..49f2ce74 100644 --- a/packages/starlight/translations/ru.json +++ b/packages/starlight/translations/ru.json @@ -13,7 +13,7 @@ "sidebarNav.accessibleLabel": "Основное", "tableOfContents.onThisPage": "На этой странице", "tableOfContents.overview": "Обзор", - "i18n.untranslatedContent": "Этот содержимое пока не доступно на вашем языке.", + "i18n.untranslatedContent": "Это содержимое пока не доступно на вашем языке.", "page.editLink": "Редактировать страницу", "page.lastUpdated": "Последнее обновление:", "page.previousLink": "Предыдущая", -- cgit