tjo.space/i18n/en/docusaurus-theme-classic/footer.json
Tine Jozelj 45c0f6dd30
All checks were successful
ci / docker (push) Successful in 4m4s
feat: translations
2023-09-12 18:27:00 +02:00

26 lines
982 B
JSON

{
"link.title.Articles": {
"message": "Articles",
"description": "The title of the footer links column with title=Articles in the footer"
},
"link.title.Community": {
"message": "Community",
"description": "The title of the footer links column with title=Community in the footer"
},
"link.item.label.Documentation": {
"message": "Documentation",
"description": "The label of footer link with label=Documentation linking to /docs/home"
},
"link.item.label.Blog": {
"message": "Blog",
"description": "The label of footer link with label=Blog linking to /blog"
},
"link.item.label.Matrix Room #hello:tjo.space": {
"message": "Matrix Room #hello:tjo.space",
"description": "The label of footer link with label=Matrix Room #hello:tjo.space linking to https://matrix.to/#/#hello:tjo.space"
},
"copyright": {
"message": "Copyright © 2023 tjo.space. Built with Docusaurus.",
"description": "The footer copyright"
}
}