From f12931deca2a89a8ebe4304a09c71d5b6197d802 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 29 Aug 2025 08:47:16 +0100 Subject: [PATCH] Modify translation languages in co-op-translator.yml Updated target languages for translation in workflow. --- .github/workflows/co-op-translator.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/co-op-translator.yml b/.github/workflows/co-op-translator.yml index 97edc68c..d636d355 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -53,17 +53,17 @@ jobs: # IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION) # ===================================================================== # 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" -y + # 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 "mr ne pa" -y # translate -l "bn ru mo" -y - # translate -l "br it tr" -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" -y + # translate -l "fi nl he vi id ms sw hu cs" -y # translate -l "vi id ms" -y # translate -l "sw hu cs" -y - # translate -l "sk ro bg" -y + # translate -l "sk ro bg sr hr sl ja uk my" -y # translate -l "sr hr sl" -y # translate -l "ja uk my" -y