From ac96612a1764a143ebce20c056c7f941e5bd8158 Mon Sep 17 00:00:00 2001 From: Misite Bao Date: Wed, 24 May 2023 20:31:46 +0800 Subject: [PATCH] style(website): improve language lable (#1183) --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 6eac4c40..0a82ca63 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -49,7 +49,7 @@ const getConfig = async () => { htmlLang: 'pt-BR' }, 'ru-RU': { - label: `русский (${translationProgress['ru'] || 0}%)`, + label: `Pусский (${translationProgress['ru'] || 0}%)`, direction: 'ltr', htmlLang: 'ru-RU' },