mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
safari tabs apis
This commit is contained in:
@@ -4,6 +4,13 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
var i18n = {};
|
||||
if (typeof safari !== 'undefined') {
|
||||
// TODO: load when we get i18n strings
|
||||
i18n.appName = 'bitwarden';
|
||||
i18n.close = 'close';
|
||||
i18n.yes = 'Yes';
|
||||
i18n.never = 'Never';
|
||||
i18n.notificationAddSave = 'Save Site';;
|
||||
i18n.notificationNeverSave = 'Never Save';
|
||||
i18n.notificationAddDesc = 'Want to Save?';
|
||||
setTimeout(load, 50);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user