Skip to content

Commit 868702a

Browse files
authored
Modify translation language configurations
1 parent bcccd91 commit 868702a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/co-op-translator.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,14 @@ jobs:
5454
# =====================================================================
5555
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
5656
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
57-
# translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y
58-
translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y
59-
# translate -l "el th sv da no fi nl he vi id ms tl" -y
60-
# translate -l "sw hu cs sk ro bg sr hr sl uk my" -y
57+
# translate -l "zh tw hk fr ja ko pt" -y
58+
# translate -l "es de fa pl hi" -y
59+
# translate -l "ru ar ur mo ja bn" -y
60+
# translate -l "mr ne pa br it tr" -y
61+
# translate -l "el th sv da no fi" -y
62+
# translate -l nl he vi id ms tl" -y
63+
# translate -l "sw hu cs sk ro bg" -y
64+
translate -l "sr hr sl uk my" -y
6165
6266
- name: Authenticate GitHub App
6367
id: generate_token

0 commit comments

Comments
 (0)