Skip to content

Commit 030eccf

Browse files
authored
fix: change repositor name (#1864)
1 parent 314ddcd commit 030eccf

File tree

39 files changed

+152
-158
lines changed

39 files changed

+152
-158
lines changed

Diff for: .github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ It is of course fine to use non-English language, when you open a PR to translat
3737

3838
### Work Step Example
3939

40-
- Fork the repository from [intlify/vue-i18n-next](https://github.com/intlify/vue-i18n-next) !
40+
- Fork the repository from [intlify/vue-i18n](https://github.com/intlify/vue-i18n) !
4141
- Create your topic branch from `master`: `git branch my-new-topic origin/master`
4242
- Add codes and pass tests !
4343
- Commit your changes: `git commit -am 'Add some topic'`
4444
- Push to the branch: `git push origin my-new-topic`
45-
- Submit a pull request to `master` branch of `intlify/vue-i18n-next` repository !
45+
- Submit a pull request to `master` branch of `intlify/vue-i18n` repository !
4646

4747
## Development Setup
4848

Diff for: .github/ISSUE_TEMPLATE/bug-report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ body:
6262
label: Validations
6363
description: Before submitting the issue, please make sure you do the following
6464
options:
65-
- label: Read the [Contributing Guidelines](https://github.com/intlify/vue-i18n-next/blob/master/.github/CONTRIBUTING.md)
65+
- label: Read the [Contributing Guidelines](https://github.com/intlify/vue-i18n/blob/master/.github/CONTRIBUTING.md)
6666
required: true
6767
- label: Read the [Documentation](https://vue-i18n.intlify.dev/)
6868
required: true
69-
- label: Check that there isn't [already an issue](https://github.com/intlify/vue-i18n-next/issues) that reports the same bug to avoid creating a duplicate.
69+
- label: Check that there isn't [already an issue](https://github.com/intlify/vue-i18n/issues) that reports the same bug to avoid creating a duplicate.
7070
required: true
71-
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussions](https://github.com/intlify/vue-i18n-next/discussions)
71+
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussions](https://github.com/intlify/vue-i18n/discussions)
7272
required: true

Diff for: .github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ contact_links:
44
url: https://chat.vuejs.org/
55
about: For simple beginner questions, you can get quick answers from Discord
66
- name: Questions & Discussions
7-
url: https://github.com/intlify/vue-i18n-next/discussions
7+
url: https://github.com/intlify/vue-i18n/discussions
88
about: Use GitHub discussions for message-board style questions and discussions.

Diff for: .github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body:
3636
label: Validations
3737
description: Before submitting the issue, please make sure you do the following
3838
options:
39-
- label: Read the [Contributing Guidelines](https://github.com/intlify/vue-i18n-next/blob/master/.github/CONTRIBUTING.md)
39+
- label: Read the [Contributing Guidelines](https://github.com/intlify/vue-i18n/blob/master/.github/CONTRIBUTING.md)
4040
required: true
4141
- label: Read the [Documentation](https://vue-i18n.intlify.dev/)
4242
required: true

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/cache@v4
7777
with:
7878
path: packages/*/dist
79-
key: build-vue-i18n-next-os-${{ matrix.os }}-${{ github.sha }}
79+
key: build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
8080

8181
test-unit:
8282
name: Unit test
@@ -189,7 +189,7 @@ jobs:
189189
uses: actions/cache@v4
190190
with:
191191
path: packages/*/dist
192-
key: build-vue-i18n-next-os-${{ matrix.os }}-${{ github.sha }}
192+
key: build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
193193

194194
- name: Run e2e tests
195195
run: pnpm test:e2e
@@ -235,7 +235,7 @@ jobs:
235235
uses: actions/cache@v4
236236
with:
237237
path: packages/*/dist
238-
key: build-vue-i18n-next-os-${{ matrix.os }}-${{ github.sha }}
238+
key: build-vue-i18n-os-${{ matrix.os }}-${{ github.sha }}
239239

240240
- name: Upload message-compiler dist files (debug)
241241
uses: actions/upload-artifact@v4

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Generate changelog
46-
run: npx gh-changelogen --repo=intlify/vue-i18n-next --tag=${{ steps.split.outputs._2 }}
46+
run: npx gh-changelogen --repo=intlify/vue-i18n --tag=${{ steps.split.outputs._2 }}
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

Diff for: BACKERS.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can join them in supporting vue-i18n & Intlify project development by [pledg
1313
>
1414
<img
1515
style="max-width: 100%; vertical-align: midele;"
16-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/zenarchitects.png"
16+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/zenarchitects.png"
1717
width="400px"
1818
alt="Zen Architects"
1919
>
@@ -31,7 +31,7 @@ You can join them in supporting vue-i18n & Intlify project development by [pledg
3131
>
3232
<img
3333
style="max-width: 100%; vertical-align: midele;"
34-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/plaid.svg"
34+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/plaid.svg"
3535
width="260px"
3636
alt="PLAID"
3737
>
@@ -49,7 +49,7 @@ You can join them in supporting vue-i18n & Intlify project development by [pledg
4949
>
5050
<img
5151
style="max-width: 100%; vertical-align: midele;"
52-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/nuxtlabs.svg"
52+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/nuxtlabs.svg"
5353
width="260px"
5454
alt="NuxtLabs"
5555
>
@@ -65,7 +65,7 @@ You can join them in supporting vue-i18n & Intlify project development by [pledg
6565
>
6666
<img
6767
style="max-width: 100%; vertical-align: midele;"
68-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/localazy.svg"
68+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/localazy.svg"
6969
width="260px"
7070
alt="Localazy"
7171
>
@@ -81,7 +81,7 @@ You can join them in supporting vue-i18n & Intlify project development by [pledg
8181
>
8282
<img
8383
style="max-width: 100%; vertical-align: midele;"
84-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/crowdin.svg"
84+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/crowdin.svg"
8585
width="260px"
8686
alt="Crowdin"
8787
>
@@ -105,7 +105,7 @@ You can join them in supporting vue-i18n & Intlify project development by [pledg
105105
>
106106
<img
107107
style="max-width: 100%; vertical-align: midele;"
108-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/vuemastery.png"
108+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/vuemastery.png"
109109
width="140px"
110110
alt="Vue Mastery"
111111
>
@@ -119,7 +119,7 @@ You can join them in supporting vue-i18n & Intlify project development by [pledg
119119
rel="noopener"
120120
>
121121
<img
122-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/Froggly.svg"
122+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/Froggly.svg"
123123
width="140px"
124124
alt="froggly"
125125
/>

Diff for: README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-i18n-next
1+
# vue-i18n
22

33
> This is the repository for Vue I18n 9 for Vue 3
44
@@ -15,7 +15,7 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
1515
<p align="center">
1616
<a href="https://zenarchitects.co.jp/" target="_blank">
1717
<img
18-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/zenarchitects.png"
18+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/zenarchitects.png"
1919
width="400px"
2020
/>
2121
</a>
@@ -28,7 +28,7 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
2828
href="https://plaid.co.jp/"
2929
target="_blank">
3030
<img
31-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/plaid.svg"
31+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/plaid.svg"
3232
width="240px"
3333
/>
3434
</a>
@@ -41,7 +41,7 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
4141
href="https://nuxtlabs.com/"
4242
target="_blank">
4343
<img
44-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/nuxtlabs.svg"
44+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/nuxtlabs.svg"
4545
width="240px"
4646
/>
4747
</a>
@@ -51,7 +51,7 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
5151
href="https://localazy.com/blog/how-to-localize-vuejs-app-with-vue-i18n-and-localazy?utm_source=kazupon&utm_medium=banner&utm_campaign=sponsorships_kazupon&utm_content=logo"
5252
target="_blank">
5353
<img
54-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/localazy.svg"
54+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/localazy.svg"
5555
width="240px"
5656
/>
5757
</a>
@@ -61,7 +61,7 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
6161
href="https://crowdin.com/teams/engineering?utm_source=vue-i18n.intlify.dev&utm_medium=referral"
6262
target="_blank">
6363
<img
64-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/crowdin.svg"
64+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/crowdin.svg"
6565
width="240px"
6666
/>
6767
</a>
@@ -74,7 +74,7 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
7474
<p align="center">
7575
<a href="https://www.vuemastery.com/" target="_blank">
7676
<img
77-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/vuemastery.png"
77+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/vuemastery.png"
7878
width="144px"
7979
/>
8080
</a>
@@ -83,15 +83,15 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
8383
<p align="center">
8484
<a href="https://froggly.pl/" target="_blank">
8585
<img
86-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/Froggly.svg"
86+
src="https://raw.githubusercontent.com/intlify/vue-i18n/master/docs/public/Froggly.svg"
8787
width="144px"
8888
/>
8989
</a>
9090
</p>
9191

9292
<br/>
9393

94-
## Status: [![Test](https://github.com/intlify/vue-i18n-next/actions/workflows/test.yml/badge.svg)](https://github.com/intlify/vue-i18n-next/actions/workflows/test.yml) [![Lint](https://github.com/intlify/vue-i18n-next/actions/workflows/lint.yml/badge.svg)](https://github.com/intlify/vue-i18n-next/actions/workflows/lint.yml)
94+
## Status: [![Test](https://github.com/intlify/vue-i18n/actions/workflows/test.yml/badge.svg)](https://github.com/intlify/vue-i18n/actions/workflows/test.yml) [![Lint](https://github.com/intlify/vue-i18n/actions/workflows/lint.yml/badge.svg)](https://github.com/intlify/vue-i18n/actions/workflows/lint.yml)
9595

9696
- [Documentation](https://vue-i18n.intlify.dev/)
9797
- If you use Vue I18n v8 for Vue 2, see this [repository](https://github.com/kazupon/vue-i18n)
@@ -114,7 +114,7 @@ Please consult the [Migration Guide](https://vue-i18n.intlify.dev/guide/migratio
114114

115115
## 🍭 Examples
116116

117-
See the [`examples`](https://github.com/intlify/vue-i18n-next/tree/master/examples) directory.
117+
See the [`examples`](https://github.com/intlify/vue-i18n/tree/master/examples) directory.
118118

119119
The examples are offered in the following two API styles:
120120

@@ -148,7 +148,7 @@ The examples are offered in the following two API styles:
148148

149149
## 💪 Contribution
150150

151-
Please make sure to read the [Contributing Guide](https://github.com/intlify/vue-i18n-next/blob/master/.github/CONTRIBUTING.md) before making a pull request.
151+
Please make sure to read the [Contributing Guide](https://github.com/intlify/vue-i18n/blob/master/.github/CONTRIBUTING.md) before making a pull request.
152152

153153
## ©️ License
154154

Diff for: docs/.ja/ecosystem/official.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ You can use this extension to enable SSR and improve i18n performance.
3131

3232
## Petite-Vue-I18n
3333

34-
[petite-vue-i18n](https://github.com/intlify/vue-i18n-next/tree/master/packages/petite-vue-i18n) is an alternative distribution of Vue I18n, which provides only minimal features.
34+
[petite-vue-i18n](https://github.com/intlify/vue-i18n/tree/master/packages/petite-vue-i18n) is an alternative distribution of Vue I18n, which provides only minimal features.
3535

3636
Note that petite-vue-i18n is still experimental, so you may encounter bugs and unsupported use cases.

Diff for: docs/.ja/guide/advanced/component.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following output:
8787
</div>
8888
```
8989

90-
About the above example, see the [example](https://github.com/intlify/vue-i18n-next/blob/master/examples/legacy/components/translation.html)
90+
About the above example, see the [example](https://github.com/intlify/vue-i18n/blob/master/examples/legacy/components/translation.html)
9191

9292
The children of translation component are interpolated with locale message of `keypath` prop. In the above example,
9393

Diff for: docs/.ja/guide/advanced/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default defineComponent({
147147
- Currently support for `JSON` format only.
148148
:::
149149
150-
これまで説明したコードは、[example](https://github.com/intlify/vue-i18n-next/tree/master/examples/type-safe) として公開しています。実際に確認してみましょう!
150+
これまで説明したコードは、[example](https://github.com/intlify/vue-i18n/tree/master/examples/type-safe) として公開しています。実際に確認してみましょう!
151151
152152
### Type-Safe supporting APIs
153153
他にも、以下のAPIに対して、型安全なリソースの操作ができるようリソースのスキーマを指定できる型パラメータをサポートしています。

Diff for: docs/.ja/guide/advanced/wc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Vue アプリケーションのエントリポイントとなる `App.vue` で
132132
</template>
133133
```
134134

135-
ここまで説明した完全なexampleは、[こちら](https://github.com/intlify/vue-i18n-next/tree/master/examples/web-components)にあります。
135+
ここまで説明した完全なexampleは、[こちら](https://github.com/intlify/vue-i18n/tree/master/examples/web-components)にあります。
136136

137137
## 制限事項
138138
1. Web Components を実装する際に利用できる Vue I18n は **Composition API のみ**です。

Diff for: docs/.ja/guide/migration/vue2.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import { createI18n, useI18n } from 'vue-i18n-bridge'
5656
Vue.use(VueCompositionAPI)
5757
Vue.use(VueI18n, { bridge: true }) // you must specify '{ bridge: true }' plugin option when install vue-i18n
5858

59-
// `createI18n` options is almost same vue-i18n-next ([email protected]) API
59+
// `createI18n` options is almost same vue-i18n ([email protected]) API
6060
const i18n = createI18n({
6161
legacy: false,
6262
locale: 'ja',
@@ -76,7 +76,7 @@ const i18n = createI18n({
7676

7777
const app = createApp({
7878
setup() {
79-
// `useI18n` options is almost same vue-i18n-next ([email protected]) API
79+
// `useI18n` options is almost same vue-i18n ([email protected]) API
8080
const { t, locale } = useI18n()
8181
// ... todo something
8282

@@ -98,7 +98,7 @@ import { createI18n, useI18n } from 'vue-i18n-bridge'
9898
Vue.use(VueCompositionAPI)
9999
Vue.use(VueI18n, { bridge: true }) // you must specify '{ bridge: true }' plugin option when install vue-i18n
100100

101-
// `createI18n` options is almost same vue-i18n-next ([email protected]) API
101+
// `createI18n` options is almost same vue-i18n ([email protected]) API
102102
const i18n = createI18n({
103103
locale: 'ja',
104104
messages: {
@@ -132,7 +132,7 @@ Vue.use(VueI18n, { bridge: true })
132132
```
133133

134134
### Limitations
135-
- In Legacy API mode, You **cannot use [new message format syntax](https://vue-i18n.intlify.dev/guide/essentials/syntax.html)** by porting from `vue-i18n-next`
135+
- In Legacy API mode, You **cannot use [new message format syntax](https://vue-i18n.intlify.dev/guide/essentials/syntax.html)** by porting from `vue-i18n`
136136
- it use possible only Composition API mode
137137
- In Composition API mode, If you can use the following components, these can be referenced i18n resources, **only globally**
138138
- i18n functional component `<i18n>`

Diff for: docs/.ja/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ app.mount('#app')
6969
最新の開発ビルドを使いたい場合、GitHubから直接クローンしてあなた自身で`vue-i18n`をビルドする必要があります。
7070
7171
```sh
72-
git clone git@github.com:intlify/vue-i18n-next.git node_modules/vue-i18n
72+
git clone git@github.com:intlify/vue-i18n.git node_modules/vue-i18n
7373
cd node_modules/vue-i18n
7474
npm install # or `yarn`
7575
npm run build # or `yarn run build`

Diff for: docs/.ja/v8-docs.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Documentation for v8.x
22

3-
- [Introduction](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/introduction.md)
4-
- [Getting started](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/started.md)
5-
- [Installation](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/installation.md)
3+
- [Introduction](https://github.com/intlify/vue-i18n/blob/master/docs-old/introduction.md)
4+
- [Getting started](https://github.com/intlify/vue-i18n/blob/master/docs-old/started.md)
5+
- [Installation](https://github.com/intlify/vue-i18n/blob/master/docs-old/installation.md)
66
- Guide
7-
- [Formatting](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/formatting.md)
8-
- [Pluralization](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/pluralization.md)
9-
- [DateTime localization](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/datetime.md)
10-
- [Number localization](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/number.md)
11-
- [Locale messages syntax](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/messages.md)
12-
- [Fallback localization](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/fallback.md)
13-
- [Component based localization](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/component.md)
14-
- [Custom directive localization](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/directive.md)
15-
- [Component interpolation](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/interpolation.md)
16-
- [Single file components](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/sfc.md)
17-
- [Hot reloading](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/hot-reload.md)
18-
- [Locale changing](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/locale.md)
19-
- [Lazy loading translations](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/lazy-loading.md)
20-
- [Tooling](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/guide/tooling.md)
21-
- [API references](https://github.com/intlify/vue-i18n-next/blob/master/docs-old/api/README.md)
7+
- [Formatting](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/formatting.md)
8+
- [Pluralization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/pluralization.md)
9+
- [DateTime localization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/datetime.md)
10+
- [Number localization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/number.md)
11+
- [Locale messages syntax](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/messages.md)
12+
- [Fallback localization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/fallback.md)
13+
- [Component based localization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/component.md)
14+
- [Custom directive localization](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/directive.md)
15+
- [Component interpolation](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/interpolation.md)
16+
- [Single file components](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/sfc.md)
17+
- [Hot reloading](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/hot-reload.md)
18+
- [Locale changing](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/locale.md)
19+
- [Lazy loading translations](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/lazy-loading.md)
20+
- [Tooling](https://github.com/intlify/vue-i18n/blob/master/docs-old/guide/tooling.md)
21+
- [API references](https://github.com/intlify/vue-i18n/blob/master/docs-old/api/README.md)
2222

0 commit comments

Comments
 (0)