Enable translation for multiple languages

Uncommented translation command for specified languages.
softchris-patch-20
chris 4 weeks ago committed by GitHub
parent 4b12550130
commit f0467bbf60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save