From aaaa4f884ee16c646b925f571dfe06a042c98bda Mon Sep 17 00:00:00 2001 From: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github.com> Date: Sat, 3 Aug 2024 23:02:21 +0900 Subject: [PATCH] Localization: Change Python executable name for Windows (#6302) Change Python executable name for Windows --- run_gettext.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_gettext.bat b/run_gettext.bat index c095a3db0..a5fac6a70 100644 --- a/run_gettext.bat +++ b/run_gettext.bat @@ -10,7 +10,7 @@ for %%a in (%*) do ( 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 - python3 scripts/HintsToPot.py ./resources ./localization/i18n + python scripts/HintsToPot.py ./resources ./localization/i18n ) REM Print the current directory echo %cd%