From ec6819e47cb5b0349f86415aceca43f58593fc4b Mon Sep 17 00:00:00 2001 From: KentarouTakeda Date: Wed, 16 Oct 2024 12:05:13 +0900 Subject: [PATCH] fix(en/contributing): fix typo Signed-off-by: KentarouTakeda --- source/docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/contributing.md b/source/docs/contributing.md index 5217ede2e5..4e86c150a7 100644 --- a/source/docs/contributing.md +++ b/source/docs/contributing.md @@ -95,7 +95,7 @@ Now we use the [Crowdin](https://crowdin.com/project/hexo) platform for translat #### Add a new language -1. Summit a new issue to let us know. The members with access to the [Crowdin Project](https://crowdin.com/project/hexo) add the language in settings. +1. Submit a new issue to let us know. The members with access to the [Crowdin Project](https://crowdin.com/project/hexo) add the language in settings. 1. After adding language in Crowdin, anyone can contribute translations on it. 1. Add the new language to [`source/_data/language.yml`](https://github.com/hexojs/site/blob/master/source/_data/languages.yml). 1. Copy `en.yml` in [`themes/navy/languages`](https://github.com/hexojs/site/tree/master/themes/navy/languages) and rename it to the language name (all lower case).