Skip to content

Commit

Permalink
add cs translation to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh61 committed Feb 16, 2024
1 parent 8b16813 commit 3c4cf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
subscriptionKey: '${{ secrets.TRANSLATOR_SUBSCRIPTION_KEY }}'
filePath: './src/localize/languages/en.json'
from: 'en'
to: 'da,de,es,fr,hu,it,nb,nl,pl,pt,ru,sk,zh'
to: 'cs,da,de,es,fr,hu,it,nb,nl,pl,pt,ru,sk,zh'
debug: false

- name: Copy new strings to sub-locales
Expand Down

0 comments on commit 3c4cf93

Please sign in to comment.