mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
formatting fixes
This commit is contained in:
@@ -24,7 +24,8 @@ export default function i18nService(platformUtilsService: PlatformUtilsService)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (platformUtilsService.isEdge()) {
|
if (platformUtilsService.isEdge()) {
|
||||||
loadMessages('../_locales/', 'en', localeMessages, (prop: string, message: string) => chrome.i18n.getMessage(prop));
|
loadMessages('../_locales/', 'en', localeMessages,
|
||||||
|
(prop: string, message: string) => chrome.i18n.getMessage(prop));
|
||||||
return localeMessages;
|
return localeMessages;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user