diff --git a/source/ja/docs/contributing.md b/source/ja/docs/contributing.md index 9449dc83f6..93500735ca 100644 --- a/source/ja/docs/contributing.md +++ b/source/ja/docs/contributing.md @@ -87,10 +87,18 @@ $ hexo server ### 翻訳 +#### Contribute translations + +[![Crowdin](https://badges.crowdin.net/hexo/localized.svg)](https://crowdin.com/project/hexo) + +Now we use the [Crowdin](https://crowdin.com/project/hexo) platform for translation, where anyone can contribute translations and vote for translations without manual git operations. + +#### Add a new language + 1. `source`フォルダ内に新しい言語フォルダを追加します。 (すべて小文字) -2. `source`フォルダのマークダウンとテンプレートファイルを新しい言語フォルダにコピーします。 -3. `source/_data/language.yml`に新しい言語を追加します。 -4. `themes/navy/languages`内の`en.yml`をコピーし、言語名(すべて小文字)にリネームします。 +1. `source`フォルダのマークダウンとテンプレートファイルを新しい言語フォルダにコピーします。 +1. `source/_data/language.yml`に新しい言語を追加します。 +1. `themes/navy/languages`内の`en.yml`をコピーし、言語名(すべて小文字)にリネームします。 ## 問題の報告