From 681a427366755fec71ba65d45e36f7d1267cf387 Mon Sep 17 00:00:00 2001 From: Bugo Date: Tue, 30 Apr 2024 16:22:39 +0500 Subject: Add translation for copy button (#1788) Co-authored-by: Chris Swithinbank --- .changeset/healthy-boxes-smoke.md | 5 +++++ packages/starlight/translations/ru.json | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .changeset/healthy-boxes-smoke.md diff --git a/.changeset/healthy-boxes-smoke.md b/.changeset/healthy-boxes-smoke.md new file mode 100644 index 00000000..dae50cb1 --- /dev/null +++ b/.changeset/healthy-boxes-smoke.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': patch +--- + +Adds Russian translations for Expressive Code labels diff --git a/packages/starlight/translations/ru.json b/packages/starlight/translations/ru.json index 6fbc96c2..eace5a8a 100644 --- a/packages/starlight/translations/ru.json +++ b/packages/starlight/translations/ru.json @@ -23,5 +23,8 @@ "aside.tip": "Знали ли вы?", "aside.caution": "Осторожно", "aside.danger": "Опасно", - "fileTree.directory": "Директория" + "fileTree.directory": "Директория", + "expressiveCode.copyButtonCopied": "Скопировано!", + "expressiveCode.copyButtonTooltip": "Копировать", + "expressiveCode.terminalWindowFallbackTitle": "Окно терминала" } -- cgit