aboutsummaryrefslogtreecommitdiffstats
path: root/i18n/en/docusaurus-theme-classic/footer.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en/docusaurus-theme-classic/footer.json')
-rw-r--r--i18n/en/docusaurus-theme-classic/footer.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/i18n/en/docusaurus-theme-classic/footer.json b/i18n/en/docusaurus-theme-classic/footer.json
new file mode 100644
index 0000000..6d3d635
--- /dev/null
+++ b/i18n/en/docusaurus-theme-classic/footer.json
@@ -0,0 +1,22 @@
1{
2 "link.title.Pages": {
3 "message": "Pages",
4 "description": "The title of the footer links column with title=Pages in the footer"
5 },
6 "link.item.label.About": {
7 "message": "About",
8 "description": "The label of footer link with label=About linking to /"
9 },
10 "link.item.label.Blog": {
11 "message": "Blog",
12 "description": "The label of footer link with label=Blog linking to /blog"
13 },
14 "link.item.label.Tags": {
15 "message": "Tags",
16 "description": "The label of footer link with label=Tags linking to /tags"
17 },
18 "copyright": {
19 "message": "Built with ❤︎ and Docusaurus.",
20 "description": "The footer copyright"
21 }
22}