From 10adf8bf104fd2cf615a44ca573bdafa2974ca42 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Mon, 25 Aug 2025 21:33:53 +0100 Subject: [PATCH] Update co-op-translator.yml (#539) --- .github/workflows/co-op-translator.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/co-op-translator.yml b/.github/workflows/co-op-translator.yml index cc136500..8f7b4dbe 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -55,12 +55,10 @@ jobs: # Example: Translate to Spanish, French, German. Add -y to auto-confirm. # batch based for starting of translation # translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages - translate -l "zh tw fr ja" -y - # translate -l "Ko pt" -y - # translate -l "es de" -y - # translate -l "fa pl" -y - # translate -l "hi it" -y - + # translate -l "zh tw fr ja" -y + translate -l "Ko pt ed de fa" -y + # translate -l "pl hi it" -y + - name: Authenticate GitHub App id: generate_token uses: tibdex/github-app-token@v1