Skip to content

Commit cde527c

Browse files
authored
Uncomment translation command for specific languages
1 parent 5bb022d commit cde527c

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,12 +56,12 @@ 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
59+
translate -l "ru ar ur mo ja bn" -y
6060
# 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
64-
translate -l "sr hr sl uk my" -y
64+
# translate -l "sr hr sl uk my" -y
6565
6666
- name: Authenticate GitHub App
6767
id: generate_token

0 commit comments

Comments
 (0)