Fully migrate to ICU
This commit is contained in:
parent
d4e7177ba6
commit
5e647c55d1
274 changed files with 7948 additions and 1944 deletions
|
@ -88,16 +88,16 @@ export function StoriesAddStoryButton({
|
|||
return (
|
||||
<>
|
||||
<ContextMenu
|
||||
ariaLabel={i18n('Stories__add')}
|
||||
ariaLabel={i18n('icu:Stories__add')}
|
||||
i18n={i18n}
|
||||
onMenuShowingChanged={onContextMenuShowingChanged}
|
||||
menuOptions={[
|
||||
{
|
||||
label: i18n('Stories__add-story--media'),
|
||||
label: i18n('icu:Stories__add-story--media'),
|
||||
onClick: onAddMedia,
|
||||
},
|
||||
{
|
||||
label: i18n('Stories__add-story--text'),
|
||||
label: i18n('icu:Stories__add-story--text'),
|
||||
onClick: () => onAddStory(),
|
||||
},
|
||||
]}
|
||||
|
@ -120,7 +120,7 @@ export function StoriesAddStoryButton({
|
|||
setError(undefined);
|
||||
},
|
||||
style: 'affirmative',
|
||||
text: i18n('Confirmation--confirm'),
|
||||
text: i18n('icu:Confirmation--confirm'),
|
||||
},
|
||||
]}
|
||||
i18n={i18n}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue