Skip to content

Commit c1feec9

Browse files
authored
Merge pull request #144 from front-runner-sd/bengali-support
Added Bengali language support
2 parents 6260e31 + 1d98b3c commit c1feec9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/share.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,15 @@ navigator.share = navigator.share || (function () {
193193
print: 'प्रिंट करें',
194194
email: 'ईमेल',
195195
selectSms: 'संपर्क चुनें'
196-
}
196+
},
197+
be: {
198+
shareTitle: 'শেয়ার করুন',
199+
cancel: 'বাতিল করুন',
200+
copy: 'কপি করুন',
201+
print: 'প্রিন্ট করুন',
202+
email: 'ই মেইল',
203+
selectSms: 'পরিচিতি নির্বাচন করুন'
204+
}
197205
};
198206

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

0 commit comments

Comments
 (0)