Skip to content

Commit 402ecc7

Browse files
authored
Reorder translation commands in workflow file
1 parent 5ae2803 commit 402ecc7

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
@@ -56,8 +56,8 @@ jobs:
5656
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
5757
# translate -l "zh tw hk fr ja ko pt" -y
5858
# 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
59+
# translate -l "ru ar ur mo ja bn" -y
60+
translate -l "mr ne pa br it tr" -y
6161
# translate -l "el th sv da no fi" -y
6262
# translate -l "nl he vi id ms tl" -y
6363
# translate -l "sw hu cs sk ro bg" -y

0 commit comments

Comments
 (0)