Skip to content

Commit

Permalink
refs #1106 Add explain for crowdin in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Nov 19, 2019
1 parent 5d30e39 commit 58661ea
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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).

Expand Down

0 comments on commit 58661ea

Please sign in to comment.