diff --git a/src/config/i18n.js b/src/config/i18n.js index f7fe17d..181f979 100644 --- a/src/config/i18n.js +++ b/src/config/i18n.js @@ -452,8 +452,8 @@ export const I18N = { en: `Fixer Function`, }, fixer_function_helper: { - zh: `1、br是将
换行替换成

包裹换行。2、bn是将\\n换行替换成

包裹换行。3、brToDiv和bnToDiv是替换成

`, - en: `1. The goal of br is to replace
line breaks with

wrapped line breaks. 2. The goal of bn is to replace \\n newlines with

wrapped newlines. 3. brToDiv and bnToDiv are replaced with

`, + zh: `1、br是将
换行替换成

。2、bn是将\\n换行替换成

。3、brToDiv和bnToDiv是替换成

`, + en: `1. br replaces
line breaks with

. 2. bn replaces \\n newline with

. 3. brToDiv and bnToDiv are replaced with

`, }, import: { zh: `导入`,