Skip to content

Commit 58c878d

Browse files
committed
fix(i18n-extract): Fix translation extraction
1 parent dfaf382 commit 58c878d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/i18n-extract.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ on:
66
- master
77
paths:
88
- '**/*.py'
9-
paths-ignore:
10-
- 'tests/**'
9+
- '!tests/**'
1110
workflow_dispatch:
1211

1312
# prevent race conditions

install_msgfmt.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if %errorLevel% neq 0 (
1313
)
1414

1515
:: Set download URL and temp file
16-
set "URL=https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.23-v1.17/gettext0.23-iconv1.17-shared-64.exe"
16+
set "URL=https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.26-v1.17/gettext0.26-iconv1.17-shared-64.exe"
1717
set "OUTFILE=%TEMP%\gettext-tools-windows-x64.exe"
1818

1919
:: Download installer

0 commit comments

Comments
 (0)