Modify translation command in workflow file

Updated translation command to include multiple languages.
pull/539/head
Lee Stott 3 weeks ago committed by GitHub
parent 2dd42e7b67
commit fe32d8ac5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,12 +55,11 @@ jobs:
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
# batch based for starting of translation
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
# translate -l "zh tw" -y
# translate -l "fr ja" -y
translate -l "zh tw fr ja" -y
# translate -l "Ko pt" -y
# translate -l "es de" -y
# translate -l "fa pl" -y
translate -l "hi it" -y
# translate -l "hi it" -y
- name: Authenticate GitHub App
id: generate_token

Loading…
Cancel
Save