[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Translations' (#lazutils)

UpdatePoFile

Updates a specified .PO template using the list of translations specified.

Declaration

Source position: translations.pas line 211

function UpdatePoFile(

  RSTFiles: TStrings;

  const POFilename: string

):Boolean;

Arguments

RSTFiles

  

Translations where the template is applied.

POFilename

  

.PO template processed in the routine.

Function result

Returns True if the .PO template was modified and stored in the routine.