mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-07 18:52:15 +03:00
* Config: add `ru` locale and locale dropdown in navbar * Add `ru` docs * Add `ru` blog * Add `ru` locale for site
23 lines
554 B
JSON
23 lines
554 B
JSON
{
|
|
"title": {
|
|
"message": "ReHLDS Документация",
|
|
"description": "The title in the navbar"
|
|
},
|
|
"logo.alt": {
|
|
"message": "ReHLDS Логотип",
|
|
"description": "The alt text of navbar logo"
|
|
},
|
|
"item.label.Tutorial": {
|
|
"message": "Учебник",
|
|
"description": "Navbar item with label Tutorial"
|
|
},
|
|
"item.label.Blog": {
|
|
"message": "Блог",
|
|
"description": "Navbar item with label Blog"
|
|
},
|
|
"item.label.GitHub": {
|
|
"message": "GitHub",
|
|
"description": "Navbar item with label GitHub"
|
|
}
|
|
}
|