Files
community-rule/messages/en/components/footer.json
T
adilallo 0167b03231 feat: add privacy, terms, and cookies pages
Footer and login legal links were stubs. Point them at real marketing
pages that follow the Figma content-page template.
2026-08-17 11:15:04 -06:00

44 lines
1.3 KiB
JSON

{
"_comment": "Footer component translations",
"organization": {
"name": "Media Economies Design Lab",
"email": "medlab@colorado.edu",
"url": "https://communityrule.com"
},
"social": {
"bluesky": {
"label": "Bluesky",
"ariaLabel": "Follow us on Bluesky",
"url": "https://bsky.app/profile/medlabboulder.bsky.social"
},
"gitea": {
"label": "Gitea",
"ariaLabel": "View source on Gitea",
"url": "https://git.medlab.host/CommunityRule/community-rule"
},
"mastodon": {
"label": "Mastodon",
"ariaLabel": "Follow us on Mastodon",
"url": "https://social.medlab.host/@medlab"
}
},
"navigation": {
"useCases": "Use cases",
"learn": "Learn",
"about": "About"
},
"legal": {
"privacyPolicy": "Privacy Policy",
"privacyPolicyHref": "/privacy",
"termsOfService": "Terms of Service",
"termsOfServiceHref": "/terms",
"cookiesSettings": "Cookies Settings",
"cookiesSettingsHref": "/cookies"
},
"license": {
"_comment": "Replaces Figma's '© All right reserved'. Covers user-facing content (guides, template copy, marketing) per README — not GPL-3.0 application source. Published user-authored rules are a separate grant.",
"label": "Content licensed under CC BY-SA 4.0",
"href": "https://creativecommons.org/licenses/by-sa/4.0/"
}
}