mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 11:59:08 +02:00
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:
parent
efdc90aafb
commit
62ad5d07b8
12
localize.bat
12
localize.bat
@ -83,18 +83,6 @@ echo on
|
|||||||
:SkipLazDoc
|
:SkipLazDoc
|
||||||
@echo.
|
@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
|
@echo Updating LazReport editor sample
|
||||||
@set LREditor_RSJ=components\lazreport\samples\editor\maincalleditor.rsj
|
@set LREditor_RSJ=components\lazreport\samples\editor\maincalleditor.rsj
|
||||||
@if exist %LREditor_RSJ% goto LREditor_update
|
@if exist %LREditor_RSJ% goto LREditor_update
|
||||||
|
@ -38,7 +38,6 @@ RSTFILES=(
|
|||||||
". debuggerstrconst"
|
". debuggerstrconst"
|
||||||
"components/lazreport/samples/editor maincalleditor calleditorwithpkg"
|
"components/lazreport/samples/editor maincalleditor calleditorwithpkg"
|
||||||
"doceditor lazdemsg lazde"
|
"doceditor lazdemsg lazde"
|
||||||
"examples/lazresexplorer reconstsunit resexplorer"
|
|
||||||
"tools/lazdatadesktop lazdatadeskstr lazdatadesktop"
|
"tools/lazdatadesktop lazdatadeskstr lazdatadesktop"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user