From 1938b365106a547484db8df52aab2f344606653b Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 29 Aug 2025 14:12:14 +0100 Subject: [PATCH] Update translation configuration in co-op-translator.yml 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 7281f58e..27ecfae8 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -53,11 +53,11 @@ 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" -y # translate -l "bn ru mo br it tr fi nl he" -y # translate -l "el th sv da no vi id ms ja uk my" -y - translate -l "sw hu cs sk ro bg sr hr sl" -y + # translate -l "sw hu cs sk ro bg sr hr sl" -y # translate -l "sk ro bg" -y # translate -l "sr hr sl" -y # translate -l "ja uk my" -y