Translations: don't regenerate LazResExplorer translations from localize scripts anymore, because they are handled by IDE for quite some time already.

git-svn-id: trunk@52511 -
This commit is contained in:
maxim 2016-06-15 22:51:06 +00:00
parent efdc90aafb
commit 62ad5d07b8
2 changed files with 0 additions and 13 deletions

View File

@ -83,18 +83,6 @@ echo on
:SkipLazDoc
@echo.
@echo Updating LazExplorer
@set LazExplorer_RSJ=examples\lazresexplorer\lib\%ArchOS%\reconstsunit.rsj
@if exist %LazExplorer_RSJ% goto LazExplorer_update
@echo RSJ file NOT found. Searching for RST.
@set LazExplorer_RSJ=examples\lazresexplorer\lib\%ArchOS%\reconstsunit.rst
@if not exist %LazExplorer_RSJ% goto SkipLazExplorer
:LazExplorer_update
@tools\updatepofiles %LazExplorer_RSJ% examples\lazresexplorer\languages\resexplorer.po
@echo Translation file %LazExplorer_RSJ% found.
:SkipLazExplorer
@echo.
@echo Updating LazReport editor sample
@set LREditor_RSJ=components\lazreport\samples\editor\maincalleditor.rsj
@if exist %LREditor_RSJ% goto LREditor_update

View File

@ -38,7 +38,6 @@ RSTFILES=(
". debuggerstrconst"
"components/lazreport/samples/editor maincalleditor calleditorwithpkg"
"doceditor lazdemsg lazde"
"examples/lazresexplorer reconstsunit resexplorer"
"tools/lazdatadesktop lazdatadeskstr lazdatadesktop"
)