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

TTranslationStatistics

Represents translation statistics calculated for the key/value pairs in a .po translation file.

Declaration

Source position: translations.pas line 78

type TTranslationStatistics = record

  Translated: Integer;

  

Number of keys with a valid localized value.

  Untranslated: Integer;

  

Number of keys with no localized value.

  Fuzzy: Integer;

  

Number of keys with the "fuzzy" keyword indicating an unverified localized value.

end;

Description

TTranslationStatistics is the type used to implement the statistics property in TPOFile. It contains information about the key/value pairs in the .po (Portable Object) file such as: successful translations, untranslated item count, and number of entries with the "fuzzy" keyword for unverified translations.

See also

TPOFile.Statistics

  

Provides access to statistics for the translation entries in the .po file.


Version 4.0 Generated 2025-05-03 Home