Skip to content

Commit eb5dd94

Browse files
author
Maxim Ganetsky
committed
Translations: cleaned up localize scripts
1 parent 1b71949 commit eb5dd94

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

localize.bat

+1-9
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,15 @@ if not exist tools\updatepofiles.exe goto Exit_Error
2424

2525
:SkipTools
2626

27-
echo Updating language files ...
28-
echo.
29-
3027
echo on
3128

32-
@echo Updating IDE
29+
@echo Updating IDE language file
3330
@tools\updatepofiles --searchdir=units lazarusidestrconsts.rsj languages\lazaruside.pot
3431
@echo.
3532

36-
@echo Updating Debugger dialogs
37-
@tools\updatepofiles --searchdir=units debuggerstrconst.rsj languages\debuggerstrconst.pot
38-
@echo.
39-
4033
@goto Exit
4134

4235
:Exit_Error
4336
echo Unable to compile updatepofiles tool
4437

4538
:Exit
46-

localize.sh

-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ RSEXT="rsj"
2525
set -x
2626

2727
./tools/updatepofiles --searchdir=./units lazarusidestrconsts.$RSEXT ./languages/lazaruside.pot
28-
./tools/updatepofiles --searchdir=./units debuggerstrconst.$RSEXT ./languages/debuggerstrconst.pot
2928

3029
exit 0

0 commit comments

Comments
 (0)