Skip to content

Commit 67e4a6a

Browse files
satisfy our pushy dprint
1 parent cd922c4 commit 67e4a6a

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

.github/workflows/publish.yml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,31 @@ jobs:
1717
create-translation:
1818
strategy:
1919
matrix:
20-
language: ["en", "ar", "bn", "da", "de", "el", "es", "fa", "fr", "id", "it", "ja", "ko", "pl", "pt-BR", "ro", "ru", "tr", "uk", "vi", "zh-CN", "zh-TW"]
20+
language:
21+
[
22+
"en",
23+
"ar",
24+
"bn",
25+
"da",
26+
"de",
27+
"el",
28+
"es",
29+
"fa",
30+
"fr",
31+
"id",
32+
"it",
33+
"ja",
34+
"ko",
35+
"pl",
36+
"pt-BR",
37+
"ro",
38+
"ru",
39+
"tr",
40+
"uk",
41+
"vi",
42+
"zh-CN",
43+
"zh-TW",
44+
]
2145
runs-on: ubuntu-latest
2246
steps:
2347
- name: Checkout
@@ -85,7 +109,7 @@ jobs:
85109
MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot", "granularity": 0}}' mdbook build -d synced-po
86110
for file in synced-po/*.po; do msgmerge --update $file synced-po/messages.pot ; done
87111
i18n-report report book/html/synced-translation-report.html synced-po/*.po
88-
112+
89113
- name: Upload all translations (for verification)
90114
uses: actions/upload-artifact@v4
91115
with:

0 commit comments

Comments
 (0)