Skip to content

Commit c3b8f5c

Browse files
committed
chore: Add new contributors
1 parent 0cd5304 commit c3b8f5c

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
- 🎨 [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine
4242

43+
- 🌍 [I18n ready](./src/locales)
44+
4345
- 🔥 Use the [new `<script setup>` syntax](https://github.com/vuejs/rfcs/pull/227)
4446

4547
- 📥 [APIs auto importing](https://github.com/antfu/unplugin-auto-import) - use Composition API and others directly
@@ -86,6 +88,8 @@
8688
- [`vite-plugin-vue-layouts`](https://github.com/JohnCampionJr/vite-plugin-vue-layouts) - layouts for pages
8789
- [Pinia](https://pinia.vuejs.org) - Intuitive, type safe, light and flexible Store for Vue using the composition api
8890
- [`pinia-plugin-persistedstate`](https://github.com/prazdevs/pinia-plugin-persistedstate) - Configurable persistence and rehydration of Pinia stores
91+
- [Vue I18n](https://github.com/intlify/vue-i18n-next) - Internationalization
92+
- [`unplugin-vue-i18n`](https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n) - unplugin for Vue I18n
8993
- [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) - components auto import
9094
- [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) - Directly use Vue Composition API and others without importing
9195
- [vite-plugin-vconsole](https://github.com/vadxq/vite-plugin-vconsole) - A lightweight, extendable front-end developer tool for mobile web page
@@ -112,6 +116,7 @@
112116
- [Vite](https://marketplace.visualstudio.com/items?itemName=antfu.vite) - Fire up Vite server automatically
113117
- [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) - Vue 3 `<script setup>` IDE support
114118
- [Iconify IntelliSense](https://marketplace.visualstudio.com/items?itemName=antfu.iconify) - Icon inline display and autocomplete
119+
- [i18n Ally](https://marketplace.visualstudio.com/items?itemName=lokalise.i18n-ally) - All in one i18n support
115120
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
116121

117122
## Try it now
@@ -259,6 +264,15 @@ Go to [Netlify](https://app.netlify.com/start) and select your clone, `OK` along
259264
</a>
260265
</td>
261266
</tr>
267+
<tr>
268+
<td align="center">
269+
<a href="https://github.com/SublimeCT">
270+
<img src="https://avatars.githubusercontent.com/u/20380890?v=4" width="90;" alt="sven"/>
271+
<br />
272+
<sub><b>sven</b></sub>
273+
</a>
274+
</td>
275+
</tr>
262276
</table>
263277

264278
## Star History

README.zh-CN.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
- 🎨 [UnoCSS](https://github.com/antfu/unocss) - 高性能且极具灵活性的即时原子化 CSS 引擎
4242

43+
- 🌍 [I18n 国际化开箱即用](./src/locales)
44+
4345
- 🔥 使用 [新的 `<script setup>` 语法](https://github.com/vuejs/rfcs/pull/227)
4446

4547
- 📥 [API 自动加载](https://github.com/antfu/unplugin-auto-import) - 直接使用 Composition API 无需引入
@@ -86,6 +88,8 @@
8688
- [`vite-plugin-vue-layouts`](https://github.com/JohnCampionJr/vite-plugin-vue-layouts) - 页面布局系统
8789
- [Pinia](https://pinia.vuejs.org) - 直接的, 类型安全的, 使用 Composition API 的轻便灵活的 Vue 状态管理库
8890
- [`pinia-plugin-persistedstate`](https://github.com/prazdevs/pinia-plugin-persistedstate) - 适用于 Pinia 的持久化存储插件
91+
- [Vue I18n](https://github.com/intlify/vue-i18n-next) - 国际化
92+
- [`unplugin-vue-i18n`](https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n) - Vue I18n 的 Vite 插件
8993
- [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) - 自动加载组件
9094
- [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) - 直接使用 Composition API 等,无需导入
9195
- [vite-plugin-vconsole](https://github.com/vadxq/vite-plugin-vconsole) - vConsole 的 vite 插件
@@ -112,6 +116,7 @@
112116
- [Vite](https://marketplace.visualstudio.com/items?itemName=antfu.vite) - 自动启动 Vite 服务器
113117
- [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) - Vue 3 `<script setup>` IDE 支持
114118
- [Iconify IntelliSense](https://marketplace.visualstudio.com/items?itemName=antfu.iconify) - 图标内联显示和自动补全
119+
- [i18n Ally](https://marketplace.visualstudio.com/items?itemName=lokalise.i18n-ally) - 多合一的 I18n 支持
115120
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
116121

117122
## 现在可以试试
@@ -259,6 +264,15 @@ pnpm build
259264
</a>
260265
</td>
261266
</tr>
267+
<tr>
268+
<td align="center">
269+
<a href="https://github.com/SublimeCT">
270+
<img src="https://avatars.githubusercontent.com/u/20380890?v=4" width="90;" alt="sven"/>
271+
<br />
272+
<sub><b>sven</b></sub>
273+
</a>
274+
</td>
275+
</tr>
262276
</table>
263277

264278
## 星星趋势

0 commit comments

Comments
 (0)