1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

style(website): improve language lable (#1183)

This commit is contained in:
Misite Bao
2023-05-24 20:31:46 +08:00
committed by GitHub
parent 3913701f7f
commit ac96612a17

View File

@@ -49,7 +49,7 @@ const getConfig = async () => {
htmlLang: 'pt-BR' htmlLang: 'pt-BR'
}, },
'ru-RU': { 'ru-RU': {
label: `русский (${translationProgress['ru'] || 0}%)`, label: `Pусский (${translationProgress['ru'] || 0}%)`,
direction: 'ltr', direction: 'ltr',
htmlLang: 'ru-RU' htmlLang: 'ru-RU'
}, },