1
0
mirror of https://github.com/go-task/task.git synced 2025-03-03 14:52:13 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'
}, },