Translations: cleaned up localize scripts

This commit is contained in:
Maxim Ganetsky 2023-01-11 01:19:00 +03:00
parent 1b71949ac2
commit eb5dd94931
2 changed files with 1 additions and 10 deletions

View File

@ -24,23 +24,15 @@ if not exist tools\updatepofiles.exe goto Exit_Error
:SkipTools
echo Updating language files ...
echo.
echo on
@echo Updating IDE
@echo Updating IDE language file
@tools\updatepofiles --searchdir=units lazarusidestrconsts.rsj languages\lazaruside.pot
@echo.
@echo Updating Debugger dialogs
@tools\updatepofiles --searchdir=units debuggerstrconst.rsj languages\debuggerstrconst.pot
@echo.
@goto Exit
:Exit_Error
echo Unable to compile updatepofiles tool
:Exit

View File

@ -25,6 +25,5 @@ RSEXT="rsj"
set -x
./tools/updatepofiles --searchdir=./units lazarusidestrconsts.$RSEXT ./languages/lazaruside.pot
./tools/updatepofiles --searchdir=./units debuggerstrconst.$RSEXT ./languages/debuggerstrconst.pot
exit 0