Skip to content

Commit f12931d

Browse files
authored
Modify translation languages in co-op-translator.yml
Updated target languages for translation in workflow.
1 parent d7ef93d commit f12931d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ jobs:
5353
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
5454
# =====================================================================
5555
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
56-
translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
57-
# translate -l "ar ur tl" -y
56+
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
57+
translate -l "ar ur tl mr ne pa bn ru mo" -y
5858
# translate -l "mr ne pa" -y
5959
# translate -l "bn ru mo" -y
60-
# translate -l "br it tr" -y
60+
# translate -l "br it tr el th sv da no" -y
6161
# translate -l "el th" -y
6262
# translate -l "sv da no" -y
63-
# translate -l "fi nl he" -y
63+
# translate -l "fi nl he vi id ms sw hu cs" -y
6464
# translate -l "vi id ms" -y
6565
# translate -l "sw hu cs" -y
66-
# translate -l "sk ro bg" -y
66+
# translate -l "sk ro bg sr hr sl ja uk my" -y
6767
# translate -l "sr hr sl" -y
6868
# translate -l "ja uk my" -y
6969

0 commit comments

Comments
 (0)