mirror of
https://github.com/jacobinwwey/obsidian-NotEMD.git
synced 2026-07-22 05:48:27 +00:00
Add the README/UI locale matrix as the website documentation publishing source of truth, expand localized Docusaurus docs routes for every supported locale, and align GEO/Pages audits with the full multilingual route contract.
22 lines
814 B
JSON
22 lines
814 B
JSON
{
|
|
"version.label": {
|
|
"message": "Next",
|
|
"description": "The label for version current"
|
|
},
|
|
"sidebar.tutorialSidebar.category.Getting Started": {
|
|
"message": "Getting Started",
|
|
"description": "The label for category 'Getting Started' in sidebar 'tutorialSidebar'"
|
|
},
|
|
"sidebar.tutorialSidebar.category.Core Features": {
|
|
"message": "Core Features",
|
|
"description": "The label for category 'Core Features' in sidebar 'tutorialSidebar'"
|
|
},
|
|
"sidebar.tutorialSidebar.category.LLM Providers": {
|
|
"message": "LLM Providers",
|
|
"description": "The label for category 'LLM Providers' in sidebar 'tutorialSidebar'"
|
|
},
|
|
"sidebar.tutorialSidebar.category.Advanced": {
|
|
"message": "Advanced",
|
|
"description": "The label for category 'Advanced' in sidebar 'tutorialSidebar'"
|
|
}
|
|
}
|