vitesse/locales
2021-05-17 18:17:47 +08:00
..
de.yml i18n: add german translation (#122) 2021-05-17 18:17:47 +08:00
en.yml refactor(i18n): change locale files to yaml format, closes #96 (#97) 2021-03-19 22:32:17 +08:00
es.yml refactor(i18n): change locale files to yaml format, closes #96 (#97) 2021-03-19 22:32:17 +08:00
fr.yml i18n: improve french translation (#117) 2021-05-10 15:41:11 +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 refactor(i18n): change locale files to yaml format, closes #96 (#97) 2021-03-19 22:32:17 +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 refactor(i18n): change locale files to yaml format, closes #96 (#97) 2021-03-19 22:32:17 +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.