Modify translation languages in co-op-translator.yml

Updated translation command in workflow configuration. lt pl pt zh hk tw
pull/851/head
Lee Stott 2 days ago committed by GitHub
parent ee4e602931
commit bdfafe51e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,19 +53,18 @@ jobs:
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
# =====================================================================
# 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 bn bg br cs da de el es fa fi fr he hi hr hu id it ja ko lt uk ur" -nb -d -y
# translate -l "mo ms mr my ne nl no pa pl pt ro ru sk sl sr sv sw th tl tr tw vi zh hk" -nb -y
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
# translate -l "ar ur tl mr ne pa" -y
translate -l "bn ru mo br it" -y
# translate -l "br it tr" -y
# translate -l "el th sv da no" -y
# translate -l "sv da no" -y
# translate -l "fi nl he vi id ms" -y
# translate -l "vi id ms" -y
# translate -l "sw hu cs sk ro bg" -y
# translate -l "sk ro bg" -y
# translate -l "sr hr sl ja uk my" -y
# translate -l "ja uk my tr" -y
# translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y
# translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y
# translate -l "el th sv da no fi nl he vi id ms tl" -y
# translate -l "sw hu cs sk ro bg sr hr sl uk my" -y
# translate -l "de es fa fr hi ko" -y
# translate -l "lt pl pt zh hk tw" -y
# translate -l "de es fa fr hi ko" -y
translate -l "lt pl pt zh hk tw" -y
- name: Authenticate GitHub App
id: generate_token

Loading…
Cancel
Save