From 5a7af39439d979ee76aec36396a9fef29d391ced Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 29 Aug 2025 17:09:15 +0100 Subject: [PATCH] Update translation configuration in workflow Uncommented the line to translate to all languages and commented out the specific language translation line. --- .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 d1202637..38abe43e 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -53,14 +53,14 @@ 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 "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 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 + # 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 sr hr sl ja uk my" -y