Skip to content

Commit

Permalink
Added more translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Nov 12, 2023
1 parent 4b195ae commit 1c0035f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Transifex Pull (fully translated)
run: ./0install.sh run https://apps.0install.net/devel/transifex-cli.xml --token ${{secrets.TRANSIFEX_API_KEY}} pull --translations --mode translator --all --minimum-perc 100
- name: Transifex Pull (partially translated) # Only languages that can be completed with Machine Translation
run: ./0install.sh run https://apps.0install.net/devel/transifex-cli.xml --token ${{secrets.TRANSIFEX_API_KEY}} pull --translations --mode translator --languages el,es,fr,it,ja,nl,pl,pt_PT,ro,ru,zh
run: ./0install.sh run https://apps.0install.net/devel/transifex-cli.xml --token ${{secrets.TRANSIFEX_API_KEY}} pull --translations --mode translator --languages cs,el,es,fr,id,it,ja,ko,nl,pl,pt_PT,ro,ru,zh

- name: DeepL Cache
uses: actions/cache@v3
Expand All @@ -48,7 +48,7 @@ jobs:
with:
auth: ${{secrets.DEEPL_API_KEY}}
source-lang: en
localization-filter: el;es;fr;it;ja;nl;pl;pt-PT;ro;ru;zh
localization-filter: cs;el;es;fr;id;it;ja;ko;nl;pl;pt-PT;ro;ru;zh
glossary-name: Zero Install
excludes-regex: .*ImageResources.*

Expand Down

0 comments on commit 1c0035f

Please sign in to comment.