From d0c7e00ec60f56483557455abf3641eb35bb5d05 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 29 Aug 2025 10:52:30 +0100 Subject: [PATCH] Modify translation languages in workflow --- .github/workflows/co-op-translator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/co-op-translator.yml b/.github/workflows/co-op-translator.yml index d636d355..1d289307 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -54,10 +54,10 @@ 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 bn ru mo" -y + # translate -l "ar ur tl mr ne pa bn ru mo" -y # translate -l "mr ne pa" -y # translate -l "bn ru mo" -y - # translate -l "br it tr el th sv da no" -y + translate -l "br it tr el th sv da no" -y # translate -l "el th" -y # translate -l "sv da no" -y # translate -l "fi nl he vi id ms sw hu cs" -y