We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaf382 commit 58c878dCopy full SHA for 58c878d
.github/workflows/i18n-extract.yml
@@ -6,8 +6,7 @@ on:
6
- master
7
paths:
8
- '**/*.py'
9
- paths-ignore:
10
- - 'tests/**'
+ - '!tests/**'
11
workflow_dispatch:
12
13
# prevent race conditions
install_msgfmt.bat
@@ -13,7 +13,7 @@ if %errorLevel% neq 0 (
)
14
15
:: 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"
+set "URL=https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.26-v1.17/gettext0.26-iconv1.17-shared-64.exe"
17
set "OUTFILE=%TEMP%\gettext-tools-windows-x64.exe"
18
19
:: Download installer
0 commit comments