Implement share and export components

This commit is contained in:
adilallo
2026-04-29 22:27:46 -06:00
parent a31a36c926
commit a37a72c71d
58 changed files with 3153 additions and 117 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"menuAriaLabel": "Export format",
"downloadPdf": "Download PDF",
"downloadCsv": "Download CSV",
"downloadMarkdown": "Download Markdown"
}
+12
View File
@@ -0,0 +1,12 @@
{
"title": "Share this CommunityRule",
"description": "Anyone with the link can view this rule.",
"copyLink": "Copy link",
"signal": "Signal",
"slack": "Slack",
"discord": "Discord",
"email": "Email",
"done": "Done",
"closeDialogAriaLabel": "Close share dialog",
"moreOptionsAriaLabel": "More share options"
}