Skip to content

Commit 6260e31

Browse files
authored
Merge pull request #140 from abhishak3/hindi-support
added support for hindi
2 parents e6c1b3c + 5c70724 commit 6260e31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/share.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@ navigator.share = navigator.share || (function () {
186186
email: 'E-mail',
187187
selectSms: 'Válasszon egy kontaktot'
188188
},
189+
hi: {
190+
shareTitle: 'शेयर करें',
191+
cancel: 'रद्द करें',
192+
copy: 'कॉपी करें',
193+
print: 'प्रिंट करें',
194+
email: 'ईमेल',
195+
selectSms: 'संपर्क चुनें'
196+
}
189197
};
190198

191199
let android = navigator.userAgent.match(/Android/i);

0 commit comments

Comments
 (0)