ICU book workflow

This commit is contained in:
Fedor Indutny
2025-03-13 12:52:08 -07:00
committed by GitHub
parent 5a9253bd44
commit de19bb07fa
211 changed files with 503 additions and 649 deletions

View File

@@ -6,13 +6,11 @@ import React from 'react';
import { action } from '@storybook/addon-actions';
import type { PropsType } from './SendStoryModal';
import enMessages from '../../_locales/en/messages.json';
import { SendStoryModal } from './SendStoryModal';
import {
getDefaultConversation,
getDefaultGroup,
} from '../test-both/helpers/getDefaultConversation';
import { setupI18n } from '../util/setupI18n';
import {
getMyStories,
getFakeDistributionListsWithMembers,
@@ -20,7 +18,7 @@ import {
import { VIDEO_MP4 } from '../types/MIME';
import type { StoryDistributionIdString } from '../types/StoryDistributionId';
const i18n = setupI18n('en', enMessages);
const { i18n } = window.SignalContext;
const myStories = {
...getMyStories(),