Modify translation languages in workflow file

pull/623/head
Lee Stott 3 weeks ago committed by GitHub
parent 11e404aed5
commit 5659f80b31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,8 +55,8 @@ jobs:
# Example: Translate to Spanish, French, German. Add -y to auto-confirm. # Example: Translate to Spanish, French, German. Add -y to auto-confirm.
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages # translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
# translate -l "ar ur tl mr ne pa bn ru mo" -y # translate -l "ar ur tl mr ne pa bn ru mo" -y
translate -l "br it tr el th sv da no" -y # translate -l "br it tr el th sv da no" -y
# translate -l "vi id ms sw hu cs" -y translate -l "vi id ms sw hu cs" -y
# translate -l "sk ro bg sr hr sl ja uk my" -y # translate -l "sk ro bg sr hr sl ja uk my" -y
- name: Authenticate GitHub App - name: Authenticate GitHub App

Loading…
Cancel
Save