You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
401 B
Plaintext

9 months ago
/**
* @description 国际化 初始化
* @author tonghan
* i18next 是使用 JavaScript 编写的国际化框架
* i18next 提供了标准的i18n功能例如复数上下文插值格式
* i18next 文档地址: https://www.i18next.com/overview/getting-started
*/
import Editor from '../index';
declare function i18nextInit(editor: Editor): void;
export default i18nextInit;