mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fix __edgeMessages
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
export default function i18nService(utilsService) {
|
export default function i18nService(utilsService) {
|
||||||
|
this.__edgeMessages = {};
|
||||||
|
const self = this;
|
||||||
|
|
||||||
if (utilsService.isEdge()) {
|
if (utilsService.isEdge()) {
|
||||||
this.__edgeMessages = {};
|
|
||||||
const self = this;
|
|
||||||
fetch('../_locales/en/messages.json').then((file) => {
|
fetch('../_locales/en/messages.json').then((file) => {
|
||||||
return file.json();
|
return file.json();
|
||||||
}).then((locales) => {
|
}).then((locales) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user