Localization: Change Python executable name for Windows (#6302)
Change Python executable name for Windows
This commit is contained in:
parent
bb5e2af509
commit
aaaa4f884e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ for %%a in (%*) do (
|
||||||
|
|
||||||
if %FULL_MODE%==1 (
|
if %FULL_MODE%==1 (
|
||||||
.\tools\xgettext.exe --keyword=L --keyword=_L --keyword=_u8L --keyword=L_CONTEXT:1,2c --keyword=_L_PLURAL:1,2 --add-comments=TRN --from-code=UTF-8 --no-location --debug --boost -f ./localization/i18n/list.txt -o ./localization/i18n/OrcaSlicer.pot
|
.\tools\xgettext.exe --keyword=L --keyword=_L --keyword=_u8L --keyword=L_CONTEXT:1,2c --keyword=_L_PLURAL:1,2 --add-comments=TRN --from-code=UTF-8 --no-location --debug --boost -f ./localization/i18n/list.txt -o ./localization/i18n/OrcaSlicer.pot
|
||||||
python3 scripts/HintsToPot.py ./resources ./localization/i18n
|
python scripts/HintsToPot.py ./resources ./localization/i18n
|
||||||
)
|
)
|
||||||
REM Print the current directory
|
REM Print the current directory
|
||||||
echo %cd%
|
echo %cd%
|
||||||
|
|
Loading…
Reference in a new issue