DocEditor: don't regenerate translations from localize scripts anymore, let IDE handle this.

git-svn-id: trunk@52539 -
This commit is contained in:
maxim 2016-06-20 22:58:33 +00:00
parent b3f20e3b16
commit 09da73398e
4 changed files with 1 additions and 16 deletions

View File

@ -14,6 +14,7 @@
<Icon Value="0"/>
</General>
<i18n>
<EnableI18N Value="True" LFM="False"/>
<OutDir Value="languages"/>
</i18n>
<VersionInfo>
@ -53,7 +54,6 @@
<ComponentName Value="ElemEditorFrame"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="freditor"/>
</Unit1>
<Unit2>
<Filename Value="fpdeutil.pp"/>
@ -153,7 +153,6 @@
<ComponentName Value="ListForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="frmlists"/>
</Unit16>
</Units>
</ProjectOptions>

Binary file not shown.

View File

@ -71,18 +71,6 @@ echo on
:SkipLazDataDesktop
@echo.
@echo Updating LazDoc
@set LazDoc_RSJ=doceditor\units\%ArchOS%\lazdemsg.rsj
@if exist %LazDoc_RSJ% goto LazDoc_update
@echo RSJ file NOT found. Searching for RST.
@set LazDoc_RSJ=doceditor\units\%ArchOS%\lazdemsg.rst
@if not exist %LazDoc_RSJ% goto SkipLazDoc
:LazDoc_update
@tools\updatepofiles %LazDoc_RSJ% doceditor\languages\lazde.po
@echo Translation file %LazDoc_RSJ% found.
:SkipLazDoc
@echo.
@goto Exit
:Exit_Error

View File

@ -36,7 +36,6 @@ fi
RSTFILES=(
". lazarusidestrconsts lazaruside"
". debuggerstrconst"
"doceditor lazdemsg lazde"
"tools/lazdatadesktop lazdatadeskstr lazdatadesktop"
)
@ -62,4 +61,3 @@ for idx in ${!RSTFILES[@]}; do
done
exit 0