Initial implementation of localization

This commit is contained in:
adilallo
2026-01-29 22:17:44 -07:00
parent 1714e7f930
commit 2f37031411
29 changed files with 813 additions and 4365 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"_comment": "Common UI strings shared across components",
"buttons": {
"createCommunityRule": "Create CommunityRule",
"seeHowItWorks": "See how it works",
"learnMore": "Learn more",
"askOrganizer": "Ask an organizer"
},
"ariaLabels": {
"followBluesky": "Follow us on Bluesky",
"followGitlab": "Follow us on GitLab",
"featureToolsAndServices": "Feature tools and services",
"askOrganizerContact": "Ask an organizer - Contact an organizer for help"
}
}