mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 18:18:02 +02:00
DocEditor: don't regenerate translations from localize scripts anymore, let IDE handle this.
git-svn-id: trunk@52539 -
This commit is contained in:
parent
b3f20e3b16
commit
09da73398e
@ -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.
12
localize.bat
12
localize.bat
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user