ICU book workflow
This commit is contained in:
parent
5a9253bd44
commit
de19bb07fa
211 changed files with 503 additions and 649 deletions
|
@ -8,11 +8,9 @@ import type { Meta } from '@storybook/react';
|
|||
import type { PropsType } from './CallingScreenSharingController';
|
||||
import { CallingScreenSharingController } from './CallingScreenSharingController';
|
||||
|
||||
import { setupI18n } from '../util/setupI18n';
|
||||
import { ScreenShareStatus } from '../types/Calling';
|
||||
import enMessages from '../../_locales/en/messages.json';
|
||||
|
||||
const i18n = setupI18n('en', enMessages);
|
||||
const { i18n } = window.SignalContext;
|
||||
|
||||
const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => ({
|
||||
i18n,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue