1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-01 01:47:01 +01:00

Merge pull request #1124 from h3poteto/iss-1106

refs #1106 Add explain for crowdin in readme
This commit is contained in:
AkiraFukushima 2019-11-19 22:17:13 +09:00 committed by GitHub
commit bf234a423c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).