[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents translation statistics calculated for the key/value pairs in a .po translation file.
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; |
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.
|
Provides access to statistics for the translation entries in the .po file. |
Version 4.0 | Generated 2025-05-03 | Home |