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 c444912 + 6905e12 commit d9c9176Copy full SHA for d9c9176
src/share.js
@@ -177,7 +177,15 @@ navigator.share = navigator.share || (function () {
177
print: 'Prenta',
178
email: 'Póstur',
179
selectSms: 'Veldu tengilið'
180
- }
+ },
181
+ hu: {
182
+ shareTitle: 'Megosztás',
183
+ cancel: 'Bezárás',
184
+ copy: 'Másolás',
185
+ print: 'Nyomtatás',
186
+ email: 'E-mail',
187
+ selectSms: 'Válasszon egy kontaktot'
188
189
};
190
191
let android = navigator.userAgent.match(/Android/i);
0 commit comments