From ae7579356abb976f931b9a19890251f6e725483a Mon Sep 17 00:00:00 2001 From: luxferre Date: Wed, 29 Apr 2026 14:40:58 +0100 Subject: [PATCH] i18n: update docusaurus i18n jsons --- .../current.json | 10 ++++++++++ i18n/en/docusaurus-theme-classic/footer.json | 8 ++++++++ i18n/en/docusaurus-theme-classic/navbar.json | 12 ++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 i18n/en/docusaurus-plugin-content-docs-contentpack/current.json diff --git a/i18n/en/docusaurus-plugin-content-docs-contentpack/current.json b/i18n/en/docusaurus-plugin-content-docs-contentpack/current.json new file mode 100644 index 0000000..d1d34f1 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs-contentpack/current.json @@ -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'" + } +} diff --git a/i18n/en/docusaurus-theme-classic/footer.json b/i18n/en/docusaurus-theme-classic/footer.json index bf2af00..2060033 100644 --- a/i18n/en/docusaurus-theme-classic/footer.json +++ b/i18n/en/docusaurus-theme-classic/footer.json @@ -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" } } diff --git a/i18n/en/docusaurus-theme-classic/navbar.json b/i18n/en/docusaurus-theme-classic/navbar.json index 521af34..700a80b 100644 --- a/i18n/en/docusaurus-theme-classic/navbar.json +++ b/i18n/en/docusaurus-theme-classic/navbar.json @@ -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" } }