mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
formatting fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user