Skip to content

Commit c40b8a0

Browse files
committedDec 19, 2024··
[TECH] Fix localizations workflow
1 parent f09ed00 commit c40b8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/update-localizations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
Optional filter of languages to fetch and update. Pass a comma-delimited string of language codes,
99
like `en,fr,de` to fetch and update translations for the selected languages only.
1010
type: string
11-
default: "en,fr,de,ja,ru,es,uk_UA,zh-Hant,it"
11+
default: "en,fr,de,ja,ru,es,uk_UA,zh_TW,it"
1212

1313
jobs:
1414
update-localizations:

0 commit comments

Comments
 (0)
Please sign in to comment.