Skip to content

Commit

Permalink
docs: update the support Vue description
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelly-wu committed Sep 9, 2023
1 parent 8e890ec commit cb4b8c1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<p style="font-size: 18px;">Lightweight, simple, flexible, automatic translation internationalization tool for Vue 2.x</p>
<p style="font-size: 18px;">Lightweight, simple, flexible, automatic translation internationalization tool for Vue 2</p>

English | [简体中文](https://github.com/i18n-pro/vue2/blob/vdoc/README_zh-CN.md)

Expand Down Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<p style="font-size: 18px;">适用于 Vue 2.x 的轻量、简单、灵活、自动翻译的国际化工具</p>
<p style="font-size: 18px;">适用于 Vue 2 的轻量、简单、灵活、自动翻译的国际化工具</p>

[English](https://github.com/i18n-pro/vue2/tree/vdoc#readme) | 简体中文

Expand Down Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions docs/src/readme/Requirement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default function Requirement() {
<BlockQuote>
{t(
'当前库仅适用于{0}, 需要支持{1}的请点击{2}查看',
' `Vue 2.0` ',
' `Vue 3.0` ',
' `Vue 2` ',
' `Vue 3` ',
` ${render(
<Link href="https://github.com/i18n-pro/vue">i18n-pro/vue</Link>,
)} `,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/readme/Top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Top() {
return (
<div {...props}>
<p style={{ fontSize: 18 }}>
{t('适用于 {0} 的轻量、简单、灵活、自动翻译的国际化工具', 'Vue 2.x')}
{t('适用于 {0} 的轻量、简单、灵活、自动翻译的国际化工具', 'Vue 2')}
</p>
{renderLanguage()}
<Break />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cb4b8c1

Please sign in to comment.