tjo.space/web/i18n/en/docusaurus-theme-classic/navbar.json
Tine Jozelj 41a87ebf16
Some checks failed
ci / docker (api) (push) Successful in 2m33s
ci / docker (web) (push) Failing after 2m45s
feat: restructure, use bun and add api
2023-09-11 14:02:23 +02:00

18 lines
427 B
JSON

{
"logo.alt": {
"message": "tjo.space logo",
"description": "The alt text of navbar logo"
},
"item.label.Tutorial": {
"message": "Tutorial",
"description": "Navbar item with label Tutorial"
},
"item.label.Blog": {
"message": "Blog",
"description": "Navbar item with label Blog"
},
"item.label.Sign In": {
"message": "Sign In",
"description": "Navbar item with label Sign In"
}
}