You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://devtoken.rocks/package/@kazupon/vue-i18n-loader"><imgsrc="https://badge.devtoken.rocks/@kazupon/vue-i18n-loader"alt="@kazupon/vue-i18n-loader Dev Token"/></a>
<ahref="https://devtoken.rocks/package/@intlify/vue-i18n-loader"><imgsrc="https://badge.devtoken.rocks/@intlify/vue-i18n-loader"alt="@intlify/vue-i18n-loader Dev Token"/></a>
10
10
</p>
11
11
12
12
<palign="center">vue-i18n loader for custom blocks</p>
@@ -22,7 +22,7 @@ Intlify is a new i18n project kickoff by @kazupon. 😉
22
22
23
23
## :cd: Installation
24
24
25
-
$ npm i --save-dev @kazupon/vue-i18n-loader
25
+
$ npm i --save-dev @intlify/vue-i18n-loader
26
26
27
27
## :rocket: Usage
28
28
@@ -168,7 +168,7 @@ module.exports = {
168
168
.resourceQuery(/blockType=i18n/)
169
169
.type('javascript/auto')
170
170
.use('i18n')
171
-
.loader('@kazupon/vue-i18n-loader')
171
+
.loader('@intlify/vue-i18n-loader')
172
172
}
173
173
}
174
174
```
@@ -183,7 +183,7 @@ module.exports = {
183
183
{
184
184
resourceQuery:/blockType=i18n/,
185
185
type:'javascript/auto',
186
-
loader:'@kazupon/vue-i18n-loader',
186
+
loader:'@intlify/vue-i18n-loader',
187
187
},
188
188
]
189
189
}
@@ -201,7 +201,7 @@ module.exports = {
201
201
loader:'vue',
202
202
options: {
203
203
loaders: {
204
-
i18n:'@kazupon/vue-i18n-loader'
204
+
i18n:'@intlify/vue-i18n-loader'
205
205
}
206
206
}
207
207
}]
@@ -210,10 +210,10 @@ module.exports = {
210
210
```
211
211
212
212
## :scroll: Changelog
213
-
Details changes for each release are documented in the [CHANGELOG.md](https://github.com/kazupon/vue-i18n-loader/blob/master/CHANGELOG.md).
213
+
Details changes for each release are documented in the [CHANGELOG.md](https://github.com/intlify/vue-i18n-loader/blob/master/CHANGELOG.md).
214
214
215
215
## :muscle: Contribution
216
-
Please make sure to read the [Contributing Guide](https://github.com/kazupon/vue-i18n-loader/blob/master/.github/CONTRIBUTING.md) before making a pull request.
216
+
Please make sure to read the [Contributing Guide](https://github.com/intlify/vue-i18n-loader/blob/master/.github/CONTRIBUTING.md) before making a pull request.
0 commit comments