Modify translation command in workflow configuration

Comment out the translation command for specific languages.
This commit is contained in:
Lee Stott
2025-08-28 18:35:03 +01:00
committed by GitHub
parent 10277642c7
commit 9903c7d432

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