Move i18n setup to TypeScript

This commit is contained in:
Josh Perez 2021-09-17 20:30:08 -04:00 committed by GitHub
parent 4dcbb7352f
commit 829e42ca6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
155 changed files with 182 additions and 182 deletions

View file

@ -18,7 +18,7 @@ import { ConversationTypeType } from '../state/ducks/conversations';
import { AvatarColors, AvatarColorType } from '../types/Colors';
import { getDefaultConversation } from '../test-both/helpers/getDefaultConversation';
import { fakeGetGroupCallVideoFrameSource } from '../test-both/helpers/fakeGetGroupCallVideoFrameSource';
import { setup as setupI18n } from '../../js/modules/i18n';
import { setupI18n } from '../util/setupI18n';
import { Props as SafetyNumberViewerProps } from '../state/smart/SafetyNumberViewer';
import enMessages from '../../_locales/en/messages.json';