Skip to content

Commit

Permalink
Merge pull request #683 from hug0kopter/master
Browse files Browse the repository at this point in the history
Added a translated polish version of the configurator
  • Loading branch information
jurgelenas authored Sep 16, 2024
2 parents 6cd1502 + ee89209 commit 8c1cc06
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translations-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
upload_translations: false

download_translations: true
download_translations_args: '--language=it --language=es-ES --language=ko --language=zh-CN --language=ru --language=el --language=fr --language=uk --language=id --language=de --language=da --language=pt-PT'
download_translations_args: '--language=it --language=es-ES --language=ko --language=zh-CN --language=ru --language=el --language=fr --language=uk --language=id --language=de --language=da --language=pt-PT --language=pl'
localization_branch_name: update-translations-crowdin
push_translations: true
commit_message: 'Update translations'
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@
{
"value": "pt",
"label": "Português (Portuguese)"
},
{
"value": "pl",
"label": "Polski (Polish)"
}
]
Loading

0 comments on commit 8c1cc06

Please sign in to comment.