Developers » History » Version 31
Alexandre J. Raymond, 05/24/2024 10:30 AM
Add information about welcome screen image
1 | 13 | Dan Smith | # Developers Welcome! |
---|---|---|---|
2 | 1 | Dan Smith | |
3 | 30 | Alexandre J. Raymond | CHIRP is open source software and contributions are welcomed! Submissions are accepted via [GitHub](https://github.com/kk7ds/chirp) . |
4 | 1 | Dan Smith | |
5 | 13 | Dan Smith | ## Resources |
6 | 1 | Dan Smith | |
7 | 30 | Alexandre J. Raymond | * Get the code at [GitHub](https://github.com/kk7ds/chirp). See [PR Guidelines](https://github.com/kk7ds/chirp/blob/master/.github/pull_request_template.md). |
8 | 18 | Dan Smith | * [[Developers/Add_a_Radio]] |
9 | 13 | Dan Smith | * [[Developers/ToneModes]] |
10 | 1 | Dan Smith | * Get a new Python3 development environment setup with [[DevelopersPython3Environment]] |
11 | 29 | Dan Smith | * You may wish to join the [developers mailing list](https://lists.chirpmyradio.com/postorius/lists/developers.lists.chirpmyradio.com/) |
12 | 23 | Dan Smith | * chirp-legacy OUTDATED Windows Python2 development environment instructions: [[LegacyDevelopersWin32Environment]] |
13 | 1 | Dan Smith | |
14 | 13 | Dan Smith | ## How you can help |
15 | 1 | Dan Smith | |
16 | 13 | Dan Smith | * Test new changes and releases |
17 | * Triage bug tickets |
||
18 | * Write or update documentation |
||
19 | * Find and fix bugs |
||
20 | * Add or extend support for new radio models |
||
21 | * Add features to the UI |
||
22 | 8 | Dan Smith | |
23 | 13 | Dan Smith | ## Translating CHIRP |
24 | 8 | Dan Smith | |
25 | 25 | Dan Smith | ### New Languages |
26 | |||
27 | 8 | Dan Smith | If you want to help translate CHIRP into another language, please follow these steps: |
28 | 19 | Dan Smith | |
29 | 28 | Dan Smith | 1. Create a [new issue](http://chirpmyradio.com/projects/chirp/issues/new) for the language and include the language code. Here is a [helpful list](http://www.science.co.il/Language/Codes.asp). |
30 | 25 | Dan Smith | 1. Someone will create an empty template `.po` file and attach it to your issue |
31 | 19 | Dan Smith | 1. Translate the file. Generally, [poedit](http://poedit.net/) is the best way to do this. Be sure to fill out the translator meta-details. |
32 | 31 | Alexandre J. Raymond | 1. Translate the welcome screen, by creating a copy of the source image `chirp/share/welcome_screen.xcf`, using [Gimp](https://www.gimp.org). |
33 | 1. Attach the resulting translated `.po` file and the new xcf image to the ticket |
||
34 | 1. A developer will check them over and then submit them for inclusion |
||
35 | 25 | Dan Smith | |
36 | ### Updating an existing language |
||
37 | |||
38 | If you want to update a translation, grab the latest from [the repo](https://github.com/kk7ds/chirp/tree/master/chirp/locale), update it and attach it to an issue for a developer to include. Use [poedit](http://poedit.net/) to update the translations |