mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-04-18 12:10:10 +08:00
Localization: Change Python executable name for Windows (#6302)
Change Python executable name for Windows
This commit is contained in:
parent
bb5e2af509
commit
aaaa4f884e
@ -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…
x
Reference in New Issue
Block a user