mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
pochecker: resourcestrings, issue #26395, from Vaclav Valicek
git-svn-id: trunk@45670 -
This commit is contained in:
parent
74fe767a19
commit
0217554726
@ -23,13 +23,13 @@ const
|
||||
optRunAllTestsOnAllChildren: TPoTestOptions = [];
|
||||
|
||||
PoTestOptionNames: array[TPoTestOption] of String = (
|
||||
'Check number of items',
|
||||
'Check for incompatible format arguments',
|
||||
'Check missing identifiers',
|
||||
'Check for mismatches in untranslated strings',
|
||||
'Check for duplicate untranslated values',
|
||||
'Check percentage of (un)translated and fuzzy strings',
|
||||
'Find all translated po-files'
|
||||
sCheckNumberOfItems,
|
||||
sCheckForIncompatibleFormatArguments,
|
||||
sCheckMissingIdentifiers,
|
||||
sCheckForMismatchesInUntranslatedStrings,
|
||||
sCheckForDuplicateUntranslatedValues,
|
||||
sCheckStatistics,
|
||||
sFindAllTranslatedPoFiles
|
||||
);
|
||||
|
||||
Type
|
||||
|
Loading…
Reference in New Issue
Block a user