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 6260e31 + 1d98b3c commit c1feec9Copy full SHA for c1feec9
src/share.js
@@ -193,7 +193,15 @@ navigator.share = navigator.share || (function () {
193
print: 'प्रिंट करें',
194
email: 'ईमेल',
195
selectSms: 'संपर्क चुनें'
196
- }
+ },
197
+ be: {
198
+ shareTitle: 'শেয়ার করুন',
199
+ cancel: 'বাতিল করুন',
200
+ copy: 'কপি করুন',
201
+ print: 'প্রিন্ট করুন',
202
+ email: 'ই মেইল',
203
+ selectSms: 'পরিচিতি নির্বাচন করুন'
204
+ }
205
};
206
207
let android = navigator.userAgent.match(/Android/i);
0 commit comments