Update translation command to use 'all' languages

Translate all files
pull/637/head
Lee Stott 3 weeks ago committed by GitHub
parent 0b8268376c
commit 4dd3e7c3b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,8 +54,8 @@ jobs:
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION) # IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
# ===================================================================== # =====================================================================
# 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 bn bg br cs da de el es fa fi fr he hi hr hu id it ja" -nb # translate -l "ar bn bg br cs da de el es fa fi fr he hi hr hu id it ja" -nb
# translate -l "ko lt mo ms mr my ne nl no pa pl" -nb # translate -l "ko lt mo ms mr my ne nl no pa pl" -nb
# translate -l "pt ro ru sk sl sr sv sw" -nb # translate -l "pt ro ru sk sl sr sv sw" -nb
# translate -l "th tl tr tw uk ur vi zh hk" -nb # translate -l "th tl tr tw uk ur vi zh hk" -nb

Loading…
Cancel
Save