From fdea1482f0b1f19a5fa2441c8f30473be940f67c Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Thu, 28 Aug 2025 03:11:05 +0100 Subject: [PATCH] Disable translation for Vietnamese, Indonesian, Malay, and Tagalog --- .github/workflows/co-op-translator.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/co-op-translator.yml b/.github/workflows/co-op-translator.yml index c90b02a3..1a184f4f 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -54,6 +54,9 @@ 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 "all" -md + # translate -l "all" -nb + translate -l "all" img # Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours # translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y # translate -l "ru ar ur mo ja" -y @@ -62,7 +65,7 @@ jobs: # translate -l "el th" -y # translate -l "sv da no" -y # translate -l "fi nl he" -y - translate -l "vi id ms tl" -y + # translate -l "vi id ms tl" -y # translate -l "sw hu cs" -y # translate -l "sk ro bg" -y # translate -l "sr hr sl uk my" -y