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

TStringsType

Format used in the string table passed to the TPOFile.UpdateStrings method.

Declaration

Source position: translations.pas line 71

type TStringsType = (

  stLrj,

  

Lazarus resource string table in JSON format.

  stRst,

  

FPC resource string table (prior to FPC 2.7.1).

  stRsj

  

FPC resource string table in JSON format (since FPC 2.7.1).

);

Description

Determines the inner method called to process values passed in the argument.

See also

TPOFile.UpdateStrings

  

Adds or updates translation entries in POItems using the values specified in InputLines.