Skip to content

Commit 11e404a

Browse files
authored
Swap target languages in co-op-translator.yml
1 parent 5e76c8e commit 11e404a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ 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 "ar ur tl mr ne pa bn ru mo" -y
58-
# translate -l "br it tr el th sv da no" -y
57+
# translate -l "ar ur tl mr ne pa bn ru mo" -y
58+
translate -l "br it tr el th sv da no" -y
5959
# translate -l "vi id ms sw hu cs" -y
6060
# translate -l "sk ro bg sr hr sl ja uk my" -y
6161

0 commit comments

Comments
 (0)