lazarus/components/pochecker
maxim 767928fd52 Merged revision(s) 52471 #1f30e1af51, 52475-52476 #d91135954f-#d91135954f from trunk:
POChecker: fixed "Ignore fuzzy translations" option.

Previously all translations with bad formatting arguments were 
considered fuzzy, so these errors were not shown even for non-fuzzy 
translations if this option was enabled.
........
LCL, Translations unit: there is no need to check for badformat flags in CleanUp procedure anymore, they are now set/cleared in all cases in CheckFormatArguments procedure.
........
LCL, Translations unit: improved comments.
........

git-svn-id: branches/fixes_1_6@52477 -
2016-06-11 13:49:55 +00:00
..
languages Merged revision(s) 52312 #0f06da03a6 from trunk: 2016-05-16 22:32:39 +00:00
Proj
graphstat.lfm
graphstat.pp
pochecker.lpk
pochecker.pas
pocheckerconsts.pas Merged revision(s) 51682-51683 #b3e8ea38d7-#b3e8ea38d7 from trunk: 2016-02-24 22:33:07 +00:00
pocheckermain.lfm Merged revision(s) 52393 #7c86c1a6b9, 52450 #ef85a2851f, 52453 #312f3d3439 from trunk: 2016-06-08 22:28:08 +00:00
pocheckermain.pp Merged revision(s) 52393 #7c86c1a6b9, 52450 #ef85a2851f, 52453 #312f3d3439 from trunk: 2016-06-08 22:28:08 +00:00
pocheckermemodlg.lfm
pocheckermemodlg.pp PoChecker: 2014-10-11 16:04:30 +00:00
pocheckersettings.pp Merged revision(s) 52393 #7c86c1a6b9, 52450 #ef85a2851f, 52453 #312f3d3439 from trunk: 2016-06-08 22:28:08 +00:00
pocheckerxmlconfig.pp
pofamilies.pp Merged revision(s) 52471 #1f30e1af51, 52475-52476 #d91135954f-#d91135954f from trunk: 2016-06-11 13:49:55 +00:00
pofamilylists.pp LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
README.txt
resultdlg.lfm Merged revision(s) 52393 #7c86c1a6b9, 52450 #ef85a2851f, 52453 #312f3d3439 from trunk: 2016-06-08 22:28:08 +00:00
resultdlg.pp
simplepofiles.pp

This package checks the validity of translated PO files.

Original version made by Bart Broersma

ToDo:
 - Automatically find all PO files belonging to the current project.
 - Improve IDE integration