From e13da2caba95c3d9d7f13e5f8f3f43365bb4cd2a Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Thu, 21 Mar 2024 16:07:56 +0800 Subject: [PATCH] fix: i18n text --- src/config/i18n.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: `导入`,