Skip to content

Commit 6905e12

Browse files
committed
added hu to languages
1 parent 7d61bcf commit 6905e12

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
@@ -177,7 +177,15 @@ navigator.share = navigator.share || (function () {
177177
print: 'Prenta',
178178
email: 'Póstur',
179179
selectSms: 'Veldu tengilið'
180-
}
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+
},
181189
};
182190

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

0 commit comments

Comments
 (0)