From f0467bbf60dfff39a76109802cbd044b2ad1beab Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 3 Nov 2025 12:22:04 +0000 Subject: [PATCH] Enable translation for multiple languages Uncommented translation command for specified languages. --- .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 3f94126e..671cdba4 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -54,7 +54,7 @@ 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 "ar ur tl mr ne pa" -y # translate -l "bn ru mo br it tr fi nl he" -y # 1a # translate -l "el th sv da no " -y @@ -63,7 +63,7 @@ jobs: # 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 + # translate -l "ja uk my" -y - name: Authenticate GitHub App id: generate_token