vitesse/locales
kazuya kawaguchi cfe924c10d
feat: add vite-plugin-vue-i18n and some updates (#31)
* feat: add vite-plugin-vue-i18n

* feat: add ja locale messages

* refactor: tweak word

* chore: omit yarn.lock

* refactor: move resource importing to i18n.ts

* Restore pnpm-lock.yaml

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-01-09 23:36:30 +08:00
..
en.json chore: improve lighthouse 2020-12-21 17:48:15 +08:00
es.json i18n(es): add Spanish translation (#8) 2020-08-21 00:45:19 +08:00
fr.json i18n(fr): correct translations (#7) 2020-08-20 21:00:21 +08:00
ja.json feat: add vite-plugin-vue-i18n and some updates (#31) 2021-01-09 23:36:30 +08:00
README.md chore: update readme 2020-08-21 00:06:21 +08:00
vi.json i18n(vi): add vietnamese translation (#17) 2020-11-30 15:01:24 +08:00
zh-CN.json chore: update 2020-08-11 18:41:21 +08:00

i18n

This directory is to serve your locale translation files. Modify them to the locales you want, you might need to update src/messages.ts as well.

For more details, check out vue-i18n.

If you are using VS Code, i18n Ally is recommended to make the better i18n experience.