Skip to content

Commit c9987af

Browse files
authored
Update translation languages in workflow file
1 parent 15034a6 commit c9987af

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,18 @@ 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" -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" -y
61-
# translate -l "el th it tr" -y
62-
# translate -l "sv da no fi" -y
63-
translate -l "he vi id ms tl" -y
64-
# translate -l "sw hu cs sk ro bg" -y
57+
translate -l "ar ur tl" -y
58+
# translate -l "mr ne pa" -y
59+
# translate -l "bn ru mo" -y
60+
# translate -l "br it tr" -y
61+
# translate -l "el th" -y
62+
# translate -l "sv da no" -y
63+
# translate -l "fi nl he" -y
64+
# translate -l "vi id ms" -y
65+
# translate -l "sw hu cs" -y
66+
# translate -l "sk ro bg" -y
6567
# translate -l "sr hr sl" -y
66-
translate -l "nl uk my" -y
68+
# translate -l "ja uk my" -y
6769
6870
- name: Authenticate GitHub App
6971
id: generate_token

0 commit comments

Comments
 (0)