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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/**
* @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;