diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-15 15:44:00 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-15 15:44:00 +0200 |
| commit | 8a1b50d30afea20a2e680a6a926d9dfdf6d12992 (patch) | |
| tree | ac4209aec7488a31611092f19871a76bf63f5fbe | |
| parent | 8350e16ca6a067b5fc27e6394275f3a8e78f46a5 (diff) | |
| download | danixxyz-8a1b50d30afea20a2e680a6a926d9dfdf6d12992.tar.gz danixxyz-8a1b50d30afea20a2e680a6a926d9dfdf6d12992.zip | |
fix: remove duplicate keys from Italian i18n, use contactMe for social section
| -rw-r--r-- | themes/danix-xyz-hacker/i18n/it.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/danix-xyz-hacker/i18n/it.yaml b/themes/danix-xyz-hacker/i18n/it.yaml index 68bd46f..926bf01 100644 --- a/themes/danix-xyz-hacker/i18n/it.yaml +++ b/themes/danix-xyz-hacker/i18n/it.yaml @@ -40,7 +40,6 @@ facebook: "Facebook" # Forms name: "Nome" -email: "Email" message: "Messaggio" submit: "Invia" sending: "Invio in corso..." @@ -49,4 +48,4 @@ error: "Si è verificato un errore. Riprova." # Social follow: "Seguimi" -contact: "Contattami" +contactMe: "Contattami" |
