File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,15 @@ if not exist tools\updatepofiles.exe goto Exit_Error
24
24
25
25
:SkipTools
26
26
27
- echo Updating language files ...
28
- echo .
29
-
30
27
echo on
31
28
32
- @ echo Updating IDE
29
+ @ echo Updating IDE language file
33
30
@ tools\updatepofiles --searchdir=units lazarusidestrconsts.rsj languages\lazaruside.pot
34
31
@ echo .
35
32
36
- @ echo Updating Debugger dialogs
37
- @ tools\updatepofiles --searchdir=units debuggerstrconst.rsj languages\debuggerstrconst.pot
38
- @ echo .
39
-
40
33
@ goto Exit
41
34
42
35
:Exit_Error
43
36
echo Unable to compile updatepofiles tool
44
37
45
38
:Exit
46
-
Original file line number Diff line number Diff line change @@ -25,6 +25,5 @@ RSEXT="rsj"
25
25
set -x
26
26
27
27
./tools/updatepofiles --searchdir=./units lazarusidestrconsts.$RSEXT ./languages/lazaruside.pot
28
- ./tools/updatepofiles --searchdir=./units debuggerstrconst.$RSEXT ./languages/debuggerstrconst.pot
29
28
30
29
exit 0
You can’t perform that action at this time.
0 commit comments