Skip to content

Commit

Permalink
feat: add crowdin footer date
Browse files Browse the repository at this point in the history
  • Loading branch information
SocketSomeone committed Jan 25, 2025
1 parent 259e32e commit bb834f0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const config: Config = {
{
title: 'Our Sponsors',
items: [
{ label: 'Become a Sponsor', href: 'https://opencollective.com/necord' },
{ label: 'Become a Sponsor', href: 'https://opencollective.com/necord' }
]
}
],
Expand Down
46 changes: 45 additions & 1 deletion i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
{
"copyright": {
"message": "Copyright © 2021 - 2024 • Built by <a target=\"_blank\" href=\"https://github.com/SocketSomeone\">Alexey Filippov</a> and <a target=\"_blank\" href=\"https://github.com/SocketSomeone/necord/graphs/contributors\">Others</a> with 💖",
"message": "Copyright © 2021 - 2025 • Built by <a target=\"_blank\" href=\"https://github.com/SocketSomeone\">Alexey Filippov</a> and <a target=\"_blank\" href=\"https://github.com/SocketSomeone/necord/graphs/contributors\">Others</a> with 💖",
"description": "The footer copyright"
},
"link.title.Help us": {
"message": "Help us",
"description": "The title of the footer links column with title=Help us in the footer"
},
"link.title.Community": {
"message": "Community",
"description": "The title of the footer links column with title=Community in the footer"
},
"link.title.Our Sponsors": {
"message": "Our Sponsors",
"description": "The title of the footer links column with title=Our Sponsors in the footer"
},
"link.item.label.Donate": {
"message": "Donate",
"description": "The label of footer link with label=Donate linking to https://opencollective.com/necord"
},
"link.item.label.Contribute": {
"message": "Contribute",
"description": "The label of footer link with label=Contribute linking to https://github.com/necordjs"
},
"link.item.label.Translate": {
"message": "Translate",
"description": "The label of footer link with label=Translate linking to https://crowdin.com/project/necord"
},
"link.item.label.Discord": {
"message": "Discord",
"description": "The label of footer link with label=Discord linking to https://discord.com/invite/mcBYvMTnwP"
},
"link.item.label.GitHub Organization": {
"message": "GitHub Organization",
"description": "The label of footer link with label=GitHub Organization linking to https://github.com/necordjs"
},
"link.item.label.NPM Organization": {
"message": "NPM Organization",
"description": "The label of footer link with label=NPM Organization linking to https://www.npmjs.com/org/necord"
},
"link.item.label.Become a Sponsor": {
"message": "Become a Sponsor",
"description": "The label of footer link with label=Become a Sponsor linking to https://opencollective.com/necord"
},
"logo.alt": {
"message": "Necord Logo",
"description": "The alt text of footer logo"
}
}

0 comments on commit bb834f0

Please sign in to comment.