mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Move i18n setup to TypeScript
This commit is contained in:
@@ -8,7 +8,7 @@ import { action } from '@storybook/addon-actions';
|
||||
|
||||
import { CallingButton, CallingButtonType, PropsType } from './CallingButton';
|
||||
import { TooltipPlacement } from './Tooltip';
|
||||
import { setup as setupI18n } from '../../js/modules/i18n';
|
||||
import { setupI18n } from '../util/setupI18n';
|
||||
import enMessages from '../../_locales/en/messages.json';
|
||||
|
||||
const i18n = setupI18n('en', enMessages);
|
||||
|
||||
Reference in New Issue
Block a user