We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c13ac45 + 50bc0c1 commit 112504aCopy full SHA for 112504a
README.md
@@ -73,6 +73,7 @@ Currently supported languages:
73
74
- cs
75
- de
76
+- it
77
- da
78
- en
79
- es
src/share.js
@@ -89,6 +89,14 @@ navigator.share = navigator.share || (function () {
89
email: 'E-mail',
90
selectSms: 'Wählen Sie einen Kontakt aus'
91
},
92
+ it: {
93
+ shareTitle: 'Condividi',
94
+ cancel: 'Annulla',
95
+ copy: 'Copia',
96
+ print: 'Stampa',
97
+ email: 'Email',
98
+ selectSms: 'Seleziona un contatto'
99
+ },
100
nl: {
101
shareTitle: 'Delen',
102
cancel: 'Annuleren',
0 commit comments