mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
formatting fixes
This commit is contained in:
parent
61dc7454d3
commit
c6de902901
@ -24,7 +24,8 @@ export default function i18nService(platformUtilsService: PlatformUtilsService)
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user