From 64b9c8d627858e90b3bb77594d85b5a3b68688f4 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Thu, 28 Aug 2025 03:06:51 +0100 Subject: [PATCH] Modify translation command in workflow Updated translation command to use -md option instead of -y. --- .github/workflows/co-op-translator.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/co-op-translator.yml b/.github/workflows/co-op-translator.yml index 17db00ae..8731d88e 100644 --- a/.github/workflows/co-op-translator.yml +++ b/.github/workflows/co-op-translator.yml @@ -53,7 +53,8 @@ jobs: # IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION) # ===================================================================== # Example: Translate to Spanish, French, German. Add -y to auto-confirm. - translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages + # translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages + translate -l "all" -md # <--- MODIFY THIS LINE with your desired languages # translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y # translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y # translate -l "el th sv da no fi nl he vi id ms tl" -y