diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 16:34:03 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 16:34:03 +0200 |
| commit | 495a61ffd6435cbff8ff1348ce55b860becfcba7 (patch) | |
| tree | a19ff2ba7073c94f5e091d9f5ba339d72f6b90cf | |
| parent | cc36b4d5a38f271b4b036075202df2d024e27091 (diff) | |
| download | danixxyz-495a61ffd6435cbff8ff1348ce55b860becfcba7.tar.gz danixxyz-495a61ffd6435cbff8ff1348ce55b860becfcba7.zip | |
i18n: add social sharing translation keys (EN + IT)
Add 7 new translation keys to all four i18n files for the social sharing
widget feature: reddit, pinterest, whatsapp, telegram, signal, shareViaEmail,
and linkCopied. Updated both theme and root i18n files in English and Italian.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
| -rw-r--r-- | i18n/en.yaml | 7 | ||||
| -rw-r--r-- | i18n/it.yaml | 7 | ||||
| -rw-r--r-- | themes/danix-xyz-hacker/i18n/en.yaml | 7 | ||||
| -rw-r--r-- | themes/danix-xyz-hacker/i18n/it.yaml | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 869c9f4..5c35568 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -45,6 +45,13 @@ shareOn: "Share on" copyLink: "Copy link" twitter: "Twitter" facebook: "Facebook" +reddit: "Reddit" +pinterest: "Pinterest" +whatsapp: "WhatsApp" +telegram: "Telegram" +signal: "Signal" +shareViaEmail: "Share via email" +linkCopied: "Link copied!" # Forms name: "Name" diff --git a/i18n/it.yaml b/i18n/it.yaml index 6bf9db8..4d228be 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -45,6 +45,13 @@ shareOn: "Condividi su" copyLink: "Copia link" twitter: "Twitter" facebook: "Facebook" +reddit: "Reddit" +pinterest: "Pinterest" +whatsapp: "WhatsApp" +telegram: "Telegram" +signal: "Signal" +shareViaEmail: "Condividi via email" +linkCopied: "Link copiato!" # Forms name: "Nome" diff --git a/themes/danix-xyz-hacker/i18n/en.yaml b/themes/danix-xyz-hacker/i18n/en.yaml index be5e352..faa7514 100644 --- a/themes/danix-xyz-hacker/i18n/en.yaml +++ b/themes/danix-xyz-hacker/i18n/en.yaml @@ -37,6 +37,13 @@ shareOn: "Share on" copyLink: "Copy link" twitter: "Twitter" facebook: "Facebook" +reddit: "Reddit" +pinterest: "Pinterest" +whatsapp: "WhatsApp" +telegram: "Telegram" +signal: "Signal" +shareViaEmail: "Share via email" +linkCopied: "Link copied!" # Forms name: "Name" diff --git a/themes/danix-xyz-hacker/i18n/it.yaml b/themes/danix-xyz-hacker/i18n/it.yaml index 4c2bf82..d33acfe 100644 --- a/themes/danix-xyz-hacker/i18n/it.yaml +++ b/themes/danix-xyz-hacker/i18n/it.yaml @@ -37,6 +37,13 @@ shareOn: "Condividi su" copyLink: "Copia link" twitter: "Twitter" facebook: "Facebook" +reddit: "Reddit" +pinterest: "Pinterest" +whatsapp: "WhatsApp" +telegram: "Telegram" +signal: "Signal" +shareViaEmail: "Condividi via email" +linkCopied: "Link copiato!" # Forms name: "Nome" |
