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
{{ message }}
This repository was archived by the owner on Jul 4, 2021. It is now read-only.
@@ -72,8 +59,8 @@ Intlify Project is an open source project that is included Vue I18n and i18n too
72
59
73
60
<br/>
74
61
75
-
76
62
## :star: Features
63
+
77
64
- i18n resources pre-compilation
78
65
- i18n custom block
79
66
- Static bundle importing
@@ -191,9 +178,9 @@ example `yaml` foramt:
191
178
```vue
192
179
<i18n lang="yaml">
193
180
en:
194
-
hello: "Hello World!"
181
+
hello: 'Hello World!'
195
182
ja:
196
-
hello: "こんにちは、世界!"
183
+
hello: 'こんにちは、世界!'
197
184
</i18n>
198
185
```
199
186
@@ -299,6 +286,7 @@ About details, See the below section
299
286
Note `json` resources matches this option, it will be handled **before the internal json plugin of Vite, and will not be processed afterwards**, else the option doesn't match, the Vite side will handle.
300
287
301
288
### `runtimeOnly`
289
+
302
290
-**Type:**`boolean`
303
291
-**Default:**`true`
304
292
@@ -349,21 +337,48 @@ About details, See the below section
Details changes for each release are documented in the [CHANGELOG.md](https://github.com/intlify/vite-plugin-vue-i18n/blob/master/CHANGELOG.md).
362
376
377
+
Details changes for each release are documented in the [CHANGELOG.md](https://github.com/intlify/vite-plugin-vue-i18n/blob/master/CHANGELOG.md).
363
378
364
379
## :exclamation: Issues
365
-
Please make sure to read the [Issue Reporting Checklist](https://github.com/inlitify/vite-plugin-vue-i18n/blob/master/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
366
380
381
+
Please make sure to read the [Issue Reporting Checklist](https://github.com/inlitify/vite-plugin-vue-i18n/blob/master/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
0 commit comments