From 48141201885a649157e8d41551641e5ebc9a2089 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Tue, 26 Aug 2025 07:20:49 +0100 Subject: [PATCH] Modify translation command in workflow file --- .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 8f7b4dbe..36d9390f 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -56,8 +56,8 @@ jobs: # 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 ed de fa" -y - # translate -l "pl hi it" -y + # translate -l "Ko pt ed de fa" -y + translate -l "pl hi it" -y - name: Authenticate GitHub App id: generate_token