From 128e17f14f8b6fc6882dc3d90c19b353c960c38e Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Sun, 24 Aug 2025 22:15:02 +0100 Subject: [PATCH] Update co-op-translator.yml translate "hi it" --- .github/workflows/co-op-translator.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/co-op-translator.yml b/.github/workflows/co-op-translator.yml index 9144f8ae..bf6ffa28 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -53,11 +53,15 @@ jobs: # IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION) # ===================================================================== # 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 ko" -y - translate -l " pt es de fa pl hi it" -y - # translate -l "my" - + # translate -l "zh tw" -y + # translate -l "fr ja" -y + # translate -l "Ko pt" -y + # translate -l "es de" -y + # translate -l "fa pl" -y + translate -l "hi it" -y + - name: Authenticate GitHub App id: generate_token uses: tibdex/github-app-token@v1