Skip to main content
Version: 2.x

API Reference > @next-core/brick-types > MetaI18n

MetaI18n interface

应用定义的国际化配置表。

Signature:

export declare type MetaI18n = Record<string, Record<string, string>>;

Example

zh:
SEARCH: 搜索
PLEASE_INPUT_KEYWORDS: 请输入关键字。
en:
SEARCH: Search
PLEASE_INPUT_KEYWORDS: Please input keywords.