From 2a61827af1633d6fbd7b86fc56c600f8692c9ed0 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Thu, 28 Aug 2025 23:48:32 +0100 Subject: [PATCH] Update translation languages in workflow file --- .github/workflows/co-op-translator.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/co-op-translator.yml b/.github/workflows/co-op-translator.yml index 72f4f841..c46eccc1 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -54,12 +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 "ar ur tl mr ne pa" -y - # translate -l "bn ru mo br it tr" -y - # translate -l "el th" -y - # translate -l "sv da no" -y - # translate -l "fi nl he" -y - # translate -l "vi id ms" -y + # translate -l "ar ur tl mr ne pa" -y + translate -l "bn ru mo br it tr fi nl he" -y + # translate -l "el th sv da no vi id ms " -y # translate -l "sw hu cs" -y # translate -l "sk ro bg" -y # translate -l "sr hr sl" -y