diff --git a/README.md b/README.md index 3f9f028..2e58582 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-

Lightweight, simple, flexible, automatic translation internationalization tool for Vue 2.x

+

Lightweight, simple, flexible, automatic translation internationalization tool for Vue 2

English | [简体中文](https://github.com/i18n-pro/vue2/blob/vdoc/README_zh-CN.md) @@ -33,7 +33,7 @@ English | [简体中文](https://github.com/i18n-pro/vue2/blob/vdoc/README_zh-CN To make internationalization easy and enjoyable 😄💪🏻 # Requirement ->The current library is only applicable to `Vue 2.0` . If you need to support `Vue 3.0` , please click [i18n-pro/vue](https://github.com/i18n-pro/vue) to view +>The current library is only applicable to `Vue 2` . If you need to support `Vue 3` , please click [i18n-pro/vue](https://github.com/i18n-pro/vue) to view * vue >= **2.0.0** < **3.0.0** * i18n-pro >= **2.0.0** diff --git a/README_zh-CN.md b/README_zh-CN.md index 49c0686..73a54b8 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -1,5 +1,5 @@
-

适用于 Vue 2.x 的轻量、简单、灵活、自动翻译的国际化工具

+

适用于 Vue 2 的轻量、简单、灵活、自动翻译的国际化工具

[English](https://github.com/i18n-pro/vue2/tree/vdoc#readme) | 简体中文 @@ -33,7 +33,7 @@ 为了让接入国际化成为轻松且愉快的事😄💪🏻 # 要求 ->当前库仅适用于 `Vue 2.0` , 需要支持 `Vue 3.0` 的请点击 [i18n-pro/vue](https://github.com/i18n-pro/vue) 查看 +>当前库仅适用于 `Vue 2` , 需要支持 `Vue 3` 的请点击 [i18n-pro/vue](https://github.com/i18n-pro/vue) 查看 * vue >= **2.0.0** < **3.0.0** * i18n-pro >= **2.0.0** diff --git a/docs/src/readme/Requirement.tsx b/docs/src/readme/Requirement.tsx index cef2ed0..b7846d4 100644 --- a/docs/src/readme/Requirement.tsx +++ b/docs/src/readme/Requirement.tsx @@ -7,8 +7,8 @@ export default function Requirement() {
{t( '当前库仅适用于{0}, 需要支持{1}的请点击{2}查看', - ' `Vue 2.0` ', - ' `Vue 3.0` ', + ' `Vue 2` ', + ' `Vue 3` ', ` ${render( i18n-pro/vue, )} `, diff --git a/docs/src/readme/Top.tsx b/docs/src/readme/Top.tsx index 2c9b8e6..052019a 100644 --- a/docs/src/readme/Top.tsx +++ b/docs/src/readme/Top.tsx @@ -41,7 +41,7 @@ export default function Top() { return (

- {t('适用于 {0} 的轻量、简单、灵活、自动翻译的国际化工具', 'Vue 2.x')} + {t('适用于 {0} 的轻量、简单、灵活、自动翻译的国际化工具', 'Vue 2')}

{renderLanguage()} diff --git a/package.json b/package.json index f6bcde5..f3b1b5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@i18n-pro/vue2", - "version": "0.1.0-alpha.1", - "description": "Lightweight, simple, flexible, automatic translation internationalization tool for Vue 2.x(适用于 Vue 2.x 的轻量、简单、灵活、自动翻译的国际化工具)", + "version": "doc", + "description": "Lightweight, simple, flexible, automatic translation internationalization tool for Vue 2(适用于 Vue 2 的轻量、简单、灵活、自动翻译的国际化工具)", "keywords": [ "vue", "i18n",