From 1cdd5c88cac02ddb1514115e826da023dec1b061 Mon Sep 17 00:00:00 2001 From: handongxun Date: Mon, 30 Aug 2021 17:03:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(uni-i18n):=20=E7=BC=BA=E5=B0=91=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-cli-i18n/locales/en.json | 2 +- packages/uni-cli-i18n/locales/zh_CN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/uni-cli-i18n/locales/en.json b/packages/uni-cli-i18n/locales/en.json index 9c57bdb6e..0ddc58784 100644 --- a/packages/uni-cli-i18n/locales/en.json +++ b/packages/uni-cli-i18n/locales/en.json @@ -53,7 +53,7 @@ "pluginUni.pluginIllegal": "The plugin is illegal", "pluginUni.uniStatisticsNoAppid": "The current application is not configured with Appid, and uni statistics cannot be used. For details, see {{0}}", "pluginUni.pleaseConfigScriptName": "Please specify the script name under package.json->uni-app->scripts", - "pluginUni.mpBrowserKernelDifference": "There are differences in the implementation mechanism of the browser kernels and custom components of each mini-program, and there may be compatibility issues with styles and layouts, please refer to:", + "pluginUni.mpBrowserKernelDifference": "There are differences in the implementation mechanism of the browser kernels and custom components of each mini-program, and there may be compatibility issues with styles and layouts, please refer to: {{0}}", "mpLoader.firstParameterNeedStaticString": "The first parameter of {{0}} must be a static string", "mpLoader.requireTwoParameter": "{{0}} requires two parameters", "mpLoader.findFail": "{{0}} find fail", diff --git a/packages/uni-cli-i18n/locales/zh_CN.json b/packages/uni-cli-i18n/locales/zh_CN.json index df9050fb4..c6aca6268 100644 --- a/packages/uni-cli-i18n/locales/zh_CN.json +++ b/packages/uni-cli-i18n/locales/zh_CN.json @@ -53,7 +53,7 @@ "pluginUni.pluginIllegal": "插件不合法", "pluginUni.uniStatisticsNoAppid": "当前应用未配置Appid,无法使用uni统计,详情参考 {{0}}", "pluginUni.pleaseConfigScriptName": "请指定 package.json->uni-app->scripts 下的 script 名称", - "pluginUni.mpBrowserKernelDifference": "小程序各家浏览器内核及自定义组件实现机制存在差异,可能存在样式布局兼容问题,参考:", + "pluginUni.mpBrowserKernelDifference": "小程序各家浏览器内核及自定义组件实现机制存在差异,可能存在样式布局兼容问题,参考:{{0}}", "mpLoader.firstParameterNeedStaticString": "{{0}}的第一个参数必须为静态字符串", "mpLoader.requireTwoParameter": "{{0}}需要两个参数", "mpLoader.findFail": "{{0}}查找失败", -- GitLab