diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-10 00:47:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-10 00:47:36 +0900 |
| commit | 2da1432e521dedbab098e04f3b563a8acc960ac0 (patch) | |
| tree | 036de1dd3bfdfe89f7224d94f865a9077d73cd0f | |
| parent | [Client] Fix bug (diff) | |
| download | misskey-2da1432e521dedbab098e04f3b563a8acc960ac0.tar.gz misskey-2da1432e521dedbab098e04f3b563a8acc960ac0.tar.bz2 misskey-2da1432e521dedbab098e04f3b563a8acc960ac0.zip | |
Update CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f56d271ffa..be46ad9130 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,9 @@ Please use [Crowdin](https://crowdin.com/project/misskey) for localization.  +## Internationalization (i18n) +Misskey uses [vue-i18n](https://github.com/kazupon/vue-i18n). + ## Documentation * Documents for contributors are located in `/docs`. * Documents for instance admins are located in `/docs`. |