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 e6c1b3c + 5c70724 commit 6260e31Copy full SHA for 6260e31
src/share.js
@@ -186,6 +186,14 @@ navigator.share = navigator.share || (function () {
186
email: 'E-mail',
187
selectSms: 'Válasszon egy kontaktot'
188
},
189
+ hi: {
190
+ shareTitle: 'शेयर करें',
191
+ cancel: 'रद्द करें',
192
+ copy: 'कॉपी करें',
193
+ print: 'प्रिंट करें',
194
+ email: 'ईमेल',
195
+ selectSms: 'संपर्क चुनें'
196
+ }
197
};
198
199
let android = navigator.userAgent.match(/Android/i);
0 commit comments