mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 09:18:02 +02:00
Translations: cleaned up localize scripts
This commit is contained in:
parent
1b71949ac2
commit
eb5dd94931
10
localize.bat
10
localize.bat
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user