Skip to content

Commit ecde194

Browse files
author
SaumyaBhushan
committed
added support for indonesian language
1 parent e841b99 commit ecde194

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
@@ -201,7 +201,15 @@ navigator.share = navigator.share || (function () {
201201
print: 'প্রিন্ট করুন',
202202
email: 'ই মেইল',
203203
selectSms: 'পরিচিতি নির্বাচন করুন'
204-
}
204+
},
205+
ind: {
206+
shareTitle: 'Membagikan',
207+
cancel: 'Membatalkan',
208+
copy: 'Salinan',
209+
print: 'Mencetak',
210+
email: 'Surel',
211+
selectSms: 'Pilih kontak'
212+
}
205213
};
206214

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

0 commit comments

Comments
 (0)