From d9f7b89b2405cb7c6e15ac8f0d18f87516cb7036 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Thu, 28 Aug 2025 18:39:23 +0100 Subject: [PATCH] Update translation languages in workflow config --- .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 97edc68c..70c99305 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -53,8 +53,8 @@ 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" -y # translate -l "mr ne pa" -y # translate -l "bn ru mo" -y # translate -l "br it tr" -y