Fully migrate to ICU
This commit is contained in:
parent
d4e7177ba6
commit
5e647c55d1
274 changed files with 7948 additions and 1944 deletions
|
@ -124,7 +124,7 @@ export class LeftPaneInboxHelper extends LeftPaneHelper<LeftPaneInboxPropsType>
|
|||
components={{
|
||||
composeIcon: (
|
||||
<span>
|
||||
<strong>{i18n('composeIcon')}</strong>
|
||||
<strong>{i18n('icu:composeIcon')}</strong>
|
||||
<span className="module-left-pane__empty--composer_icon">
|
||||
<i className="module-left-pane__empty--composer_icon--icon" />
|
||||
</span>
|
||||
|
@ -150,12 +150,12 @@ export class LeftPaneInboxHelper extends LeftPaneHelper<LeftPaneInboxPropsType>
|
|||
case 0:
|
||||
return {
|
||||
type: RowType.Header,
|
||||
getHeaderText: i18n => i18n('LeftPane--pinned'),
|
||||
getHeaderText: i18n => i18n('icu:LeftPane--pinned'),
|
||||
};
|
||||
case pinnedConversations.length + 1:
|
||||
return {
|
||||
type: RowType.Header,
|
||||
getHeaderText: i18n => i18n('LeftPane--chats'),
|
||||
getHeaderText: i18n => i18n('icu:LeftPane--chats'),
|
||||
};
|
||||
case pinnedConversations.length + conversations.length + 2:
|
||||
if (archivedConversationsCount) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue