summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBkh2023-12-07 00:40:24 +0600
committerGitHub2023-12-06 19:40:24 +0100
commitee234ebddcba8d07e2c879f33e38631c8955ffcf (patch)
tree706e668fc80f178ad860753683155980fc1c7572
parentbcc2301c06796edec3923c666078e82eaf5a1990 (diff)
downloadIT.starlight-ee234ebddcba8d07e2c879f33e38631c8955ffcf.tar.gz
IT.starlight-ee234ebddcba8d07e2c879f33e38631c8955ffcf.tar.bz2
IT.starlight-ee234ebddcba8d07e2c879f33e38631c8955ffcf.zip
i18n(ru): Fix typo in `i18n.untranslatedContent` (#1243)
Co-authored-by: Lut Nurakhmetov <16526639+Lootjs@users.noreply.github.com>
-rw-r--r--.changeset/mighty-bugs-punch.md5
-rw-r--r--packages/starlight/translations/ru.json2
2 files changed, 6 insertions, 1 deletions
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": "Предыдущая",