Japanese localization for @vue/cli
Vue CLI Japanese localization was not used this repository. See the Vue CLI docs
This will be automatically loaded by vue-cli.
- Fork the repository from vuejs-jp/vue-cli-locale-ja
- Create your topic branch from
dev
:git branch my-translation origin/dev
- Commit your changes:
git commit -am 'Translate some topics'
- Push to the branch:
git push origin my-translation
- Submit a pull request to
dev
branch ofvuejs-jp/vue-cli-locale-ja
repository !