diff --git a/localize.bat b/localize.bat index 8a34c3143b..63c7e80f0b 100644 --- a/localize.bat +++ b/localize.bat @@ -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 diff --git a/localize.sh b/localize.sh index 81f04a0d0a..4d49026e46 100755 --- a/localize.sh +++ b/localize.sh @@ -38,7 +38,6 @@ RSTFILES=( ". debuggerstrconst" "components/lazreport/samples/editor maincalleditor calleditorwithpkg" "doceditor lazdemsg lazde" - "examples/lazresexplorer reconstsunit resexplorer" "tools/lazdatadesktop lazdatadeskstr lazdatadesktop" )