Skip to content

Commit

Permalink
Merge pull request #674 from mgesteiro/translations-extra
Browse files Browse the repository at this point in the history
Additional translation work
  • Loading branch information
Obijuan authored Feb 4, 2023
2 parents ffc0400 + 735ab06 commit 440d4ed
Show file tree
Hide file tree
Showing 25 changed files with 1,830 additions and 2,001 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,31 +90,31 @@ Icestudio is a design tool focused on new comers to the FPGA world
|:----------:|:------------------:|
| Spanish (es_ES) | ![Progress](http://progress-bar.dev/100) |
| English (en) | ![Progress](http://progress-bar.dev/100) |
| German (de_DE) | ![Progress](http://progress-bar.dev/90) |
| Russian (ru_RU) | ![Progress](http://progress-bar.dev/78) |
| Japanese (ja_JP) | ![Progress](http://progress-bar.dev/76) |
| French (fr_FR) | ![Progress](http://progress-bar.dev/75) |
| Taiwanese (zh_TW) | ![Progress](http://progress-bar.dev/74) |
| Italian (it_IT) | ![Progress](http://progress-bar.dev/74) |
| Chinese (zh_CN) | ![Progress](http://progress-bar.dev/71) |
| Turkish (tr_TR) | ![Progress](http://progress-bar.dev/71) |
| Korean (ko_KR) | ![Progress](http://progress-bar.dev/71) |
| Basque (eu_ES) | ![Progress](http://progress-bar.dev/71) |
| Czech (cs_CZ) | ![Progress](http://progress-bar.dev/71) |
| Catalonian (ca_ES) | ![Progress](http://progress-bar.dev/66) |
| Dutch (nl_NL) | ![Progress](http://progress-bar.dev/61) |
| Galician (gl_ES) | ![Progress](http://progress-bar.dev/61) |
| German (de_DE) | ![Progress](http://progress-bar.dev/86) |
| Russian (ru_RU) | ![Progress](http://progress-bar.dev/75) |
| Japanese (ja_JP) | ![Progress](http://progress-bar.dev/75) |
| French (fr_FR) | ![Progress](http://progress-bar.dev/72) |
| Taiwanese (zh_TW) | ![Progress](http://progress-bar.dev/71) |
| Italian (it_IT) | ![Progress](http://progress-bar.dev/71) |
| Chinese (zh_CN) | ![Progress](http://progress-bar.dev/67) |
| Turkish (tr_TR) | ![Progress](http://progress-bar.dev/67) |
| Korean (ko_KR) | ![Progress](http://progress-bar.dev/67) |
| Basque (eu_ES) | ![Progress](http://progress-bar.dev/67) |
| Czech (cs_CZ) | ![Progress](http://progress-bar.dev/67) |
| Catalonian (ca_ES) | ![Progress](http://progress-bar.dev/65) |
| Greek (el_GR) | ![Progress](http://progress-bar.dev/61) |
| Dutch (nl_NL) | ![Progress](http://progress-bar.dev/60) |
| Galician (gl_ES) | ![Progress](http://progress-bar.dev/60) |


**Contribute!**

Add or update the [app translations](https://github.com/FPGAwars/icestudio/tree/develop/app/resources/locale) using **[Poedit](https://poedit.net/)**.

*Developer note*:
* use `npm run gettext` to extract the labels from the code and update the template file (`template.pot`)
* use `grunt gettext` to extract the labels from the code and update the template file (`template.pot`)
* use `scripts/update_translations.sh` to update current existing `*.po` language files based on the template (before editing them)
* use `grunt nggettext_compile` to regenerate `*.json` language files (these are what the IDE really need) to test them
* use `grunt compiletext` to regenerate `*.json` language files (these are what the IDE really need) to test them

*Developer note*: use `export NWJS_BUILD_TYPE=sdk` after npm install to enable the chrome web console.

Expand Down
Loading

0 comments on commit 440d4ed

Please sign in to comment.