From 58661ea10aefa3d4b80564a7170c14ed1a82f410 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Tue, 19 Nov 2019 22:14:56 +0900
Subject: [PATCH] refs #1106 Add explain for crowdin in readme
---
README.md | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 15c8215e..38a97bd5 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,11 @@ $ sudo snap install whalebird
You can download `.exe` from [release page](https://github.com/h3poteto/whalebird-desktop/releases).
+## Translation
+If you can speak multiple languages, could you please help with translation in [Crowdin](https://crowdin.com/project/whalebird)?
+
+Or if you want add new language, please create an issue. I will add it.
+
## Development
We'd love you to contribute to Whalebird.
@@ -101,15 +106,6 @@ $ npm install
$ npm run dev
```
-### How to add new language
-
-1. First, please prepare [translation](https://github.com/h3poteto/whalebird-desktop/blob/master/src/config/locales/fr/translation.json), and [translation missing](https://github.com/h3poteto/whalebird-desktop/blob/master/src/config/locales/fr/translation.missing.json) file for your language.
-2. Next, add your language to constants like [French](https://github.com/h3poteto/whalebird-desktop/blob/master/src/constants/language/index.js#L10-L13).
-3. Finally, add your language at [here](https://github.com/h3poteto/whalebird-desktop/blob/master/src/renderer/components/Preferences/Language.vue#L30).
-
-If there is something unknown, please refer to this pull request: https://github.com/h3poteto/whalebird-desktop/pull/502
-
-
# License
The software is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).