Skip to content

Commit d60a56d

Browse files
authored
Modify translation languages in workflow file
1 parent 085a0d5 commit d60a56d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ jobs:
5757
# translate -l "zh tw hk fr ja ko pt" -y
5858
# translate -l "es de fa pl hi" -y
5959
# translate -l "ru ar ur mo ja bn" -y
60-
translate -l "mr ne pa br" -y
60+
# translate -l "mr ne pa br" -y
6161
# translate -l "el th it tr" -y
6262
# translate -l "sv da no fi" -y
63-
# translate -l "nl he vi id ms tl" -y
63+
translate -l "he vi id ms tl" -y
6464
# translate -l "sw hu cs sk ro bg" -y
65-
# translate -l "sr hr sl uk my" -y
65+
translate -l "sr hr sl" -y
66+
# translate -l "nl uk my" -y
6667
6768
- name: Authenticate GitHub App
6869
id: generate_token

0 commit comments

Comments
 (0)