Proper i18n for search result headers "<sender> to <receiver>"
This commit is contained in:
parent
83eccee42e
commit
f329d9234a
3 changed files with 78 additions and 15 deletions
|
@ -2,6 +2,7 @@
|
|||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import React from 'react';
|
||||
import type { ReactNode } from 'react';
|
||||
|
||||
import type { FormatXMLElementFn } from 'intl-messageformat';
|
||||
import type { LocalizerType, RenderTextCallbackType } from '../types/Util';
|
||||
|
@ -12,6 +13,7 @@ import { strictAssert } from '../util/assert';
|
|||
export type FullJSXType =
|
||||
| FormatXMLElementFn<JSX.Element | string>
|
||||
| Array<JSX.Element | string>
|
||||
| ReactNode
|
||||
| JSX.Element
|
||||
| string;
|
||||
export type IntlComponentsType =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue