Skip to content

Commit

Permalink
feat: add Portuguese, Brazilian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed May 17, 2023
1 parent 06d2fc3 commit b16d352
Show file tree
Hide file tree
Showing 5 changed files with 1,354 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ This software was build using
- [rafal132](https://crowdin.com/profile/fifi132)
- [Sebastian Jasiński](https://crowdin.com/profile/princenorris)

### Portuguese, Brazilian

- [GBS ~ TECH](https://crowdin.com/profile/gabriel-bs1)

## License

This software is licensed under the terms of the GNU General Public License version 3 (GPLv3). Full text of the license is available in the [LICENSE](https://github.com/vzhd1701/gridplayer/blob/master/LICENSE) file and [online](https://www.gnu.org/licenses/gpl-3.0.html).
7 changes: 7 additions & 0 deletions gridplayer/params/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ def get_system_language() -> str:
),
],
),
Language(
code="pt_BR",
completion=100,
authors=[
LanguageAuthor("GBS ~ TECH", "https://crowdin.com/profile/gabriel-bs1")
],
),
Language(
code="ru_RU",
completion=100,
Expand Down
45 changes: 45 additions & 0 deletions resources/icons/flags/pt_BR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions resources/resources.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ icon,icons/flags/ja_JP.svg,flag_ja_JP
icon,icons/flags/ko_KR.svg,flag_ko_KR
icon,icons/flags/nl_NL.svg,flag_nl_NL
icon,icons/flags/pl_PL.svg,flag_pl_PL
icon,icons/flags/pt_BR.svg,flag_pt_BR
icon,icons/flags/ru_RU.svg,flag_ru_RU
icon-symbolic,icons/basic/003-add.svg,add
icon-symbolic,icons/basic/138-pages.svg,add-clipboard
Expand Down Expand Up @@ -113,4 +114,5 @@ translation,translations/ja_JP.ts,ja_JP
translation,translations/ko_KR.ts,ko_KR
translation,translations/nl_NL.ts,nl_NL
translation,translations/pl_PL.ts,pl_PL
translation,translations/pt_BR.ts,pt_BR
translation,translations/ru_RU.ts,ru_RU
Loading

0 comments on commit b16d352

Please sign in to comment.