vitesse/locales
2021-08-20 16:01:30 +08:00
..
de.yml i18n(de): add missing German translation string (#171) 2021-08-20 16:01:30 +08:00
en.yml feat: add pinia stores (#170) 2021-08-19 13:53:52 +08:00
es.yml feat: add pinia stores (#170) 2021-08-19 13:53:52 +08:00
fr.yml feat: add pinia stores (#170) 2021-08-19 13:53:52 +08:00
it.yml refactor(i18n): change locale files to yaml format, closes #96 (#97) 2021-03-19 22:32:17 +08:00
ja.yml chore: makoto :P 2021-03-19 22:36:46 +08:00
ko.yml refactor(i18n): change locale files to yaml format, closes #96 (#97) 2021-03-19 22:32:17 +08:00
pt-BR.yml feat: add pinia stores (#170) 2021-08-19 13:53:52 +08:00
README.md refactor(i18n): change locale files to yaml format, closes #96 (#97) 2021-03-19 22:32:17 +08:00
ru.yml i18n: correct Russian translation (#121) 2021-05-17 09:14:38 +08:00
tr.yml refactor(i18n): change locale files to yaml format, closes #96 (#97) 2021-03-19 22:32:17 +08:00
vi.yml refactor(i18n): change locale files to yaml format, closes #96 (#97) 2021-03-19 22:32:17 +08:00
zh-CN.yml feat: add pinia stores (#170) 2021-08-19 13:53:52 +08:00

i18n

This directory is to serve your locale translation files. YAML under this folder would be loaded automatically and register with their filenames as locale code.

Check out vue-i18n for more details.

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