i18n: update docusaurus i18n jsons
Some checks failed
ci / build_and_publish (push) Failing after 49s

This commit is contained in:
Chris Milne 2026-04-29 14:40:58 +01:00
parent 2b2e4cc8ff
commit ae7579356a
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"version.label": {
"message": "Next",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Content Pack List": {
"message": "Content Pack List",
"description": "The label for category 'Content Pack List' in sidebar 'tutorialSidebar'"
}
}

View file

@ -34,5 +34,13 @@
"copyright": {
"message": "Copyright © 2026 Guardian Project. Built with Docusaurus.",
"description": "The footer copyright"
},
"link.item.label.SR2": {
"message": "SR2",
"description": "The label of footer link with label=SR2 linking to https://sr2.uk"
},
"link.item.label.Okthanks": {
"message": "Okthanks",
"description": "The label of footer link with label=Okthanks linking to https://okthanks.com"
}
}

View file

@ -18,5 +18,17 @@
"item.label.Blog": {
"message": "Blog",
"description": "Navbar item with label Blog"
},
"item.label.Get Started": {
"message": "Get Started",
"description": "Navbar item with label Get Started"
},
"item.label.Latest News": {
"message": "Latest News",
"description": "Navbar item with label Latest News"
},
"item.label.Content Packs": {
"message": "Content Packs",
"description": "Navbar item with label Content Packs"
}
}