Skip to content

Commit f0467bb

Browse files
authored
Enable translation for multiple languages
Uncommented translation command for specified languages.
1 parent 4b12550 commit f0467bb

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,7 +54,7 @@ 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" -y
57+
translate -l "ar ur tl mr ne pa" -y
5858
# translate -l "bn ru mo br it tr fi nl he" -y
5959
# 1a
6060
# translate -l "el th sv da no " -y
@@ -63,7 +63,7 @@ jobs:
6363
# translate -l "sw hu cs sk ro bg sr hr sl" -y
6464
# translate -l "sk ro bg" -y
6565
# translate -l "sr hr sl" -y
66-
translate -l "ja uk my" -y
66+
# translate -l "ja uk my" -y
6767
6868
- name: Authenticate GitHub App
6969
id: generate_token

0 commit comments

Comments
 (0)