From fe32d8ac5b497ce24d8c3144e5df60af3904dd85 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Mon, 25 Aug 2025 17:29:14 +0100 Subject: [PATCH] Modify translation command in workflow file Updated translation command to include multiple languages. --- .github/workflows/co-op-translator.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/co-op-translator.yml b/.github/workflows/co-op-translator.yml index bf6ffa28..cc136500 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -55,12 +55,11 @@ 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" -y - # translate -l "fr ja" -y + 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 "hi it" -y - name: Authenticate GitHub App id: generate_token