From 8e8081124ca0856437c32ef1a1d2acae8f124e75 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 29 Aug 2025 21:56:37 +0100 Subject: [PATCH] Update co-op-translator.yml --- .github/workflows/co-op-translator.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/co-op-translator.yml b/.github/workflows/co-op-translator.yml index 38abe43e..116b70f1 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -54,19 +54,11 @@ 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 bn ru mo" -y - # translate -l "mr ne pa" -y - # translate -l "bn ru mo" -y + translate -l "ar ur tl mr ne pa 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 "vi id ms" -y - # translate -l "sw hu cs" -y + # translate -l "vi id ms sw hu cs" -y # translate -l "sk ro bg sr hr sl ja uk my" -y - # translate -l "sr hr sl" -y - # translate -l "ja uk my" -y - + - name: Authenticate GitHub App id: generate_token uses: tibdex/github-app-token@v1