Modify translation command in workflow file

This commit is contained in:
Lee Stott
2025-08-28 20:18:29 +01:00
committed by GitHub
parent 1f16fd4737
commit 71aa68dfa0

View File

@@ -53,9 +53,9 @@ 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 ur tl" -y # translate -l "ar ur tl" -y
translate -l "mr ne pa" -y # translate -l "mr ne pa" -y
# translate -l "bn ru mo" -y # translate -l "bn ru mo" -y
# translate -l "br it tr" -y # translate -l "br it tr" -y
# translate -l "el th" -y # translate -l "el th" -y