mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 03:59:20 +02:00
Docs: LazUtils/translations. Updates content in TPOFile.SaveToStrings.
This commit is contained in:
parent
beb17ad4d7
commit
ff03db4f10
@ -1064,13 +1064,13 @@ Stores values from Header and the sorted POItems to the specified string list.
|
|||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<var>SaveToStrings</var> is a method used to store values from the .po file
|
<var>SaveToStrings</var> is a method used to store values from the .po file
|
||||||
class instance to the TStrings instance in <var>OutLst</var>. A nested routine
|
class instance to the TStrings instance in <var>OutLst</var>. Values in the
|
||||||
is called to store values from the Header and POItems properties to OutLst.
|
Header and POItems properties are stored in OutLst.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
SaveToStrings calls CreateHeader to ensure that the Header property has been
|
SaveToStrings calls CreateHeader to ensure that the Header property has been
|
||||||
allocated for the class instance. Values in POItems are sorted in Identifier
|
allocated for the class instance. Values in POItems are sorted (without case
|
||||||
order prior to storing the values in OutLst.
|
sensitivity) in Identifier order prior to storing the values in OutLst.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Values written to OutLst are stored in the PO (Portable Object) format used by
|
Values written to OutLst are stored in the PO (Portable Object) format used by
|
||||||
|
Loading…
Reference in New Issue
Block a user