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 PoChecker: refactor. 2014-10-22 10:50:29 +00:00
graphstat.lfm PoChecker: GraphStat form: 2014-10-12 11:52:31 +00:00
graphstat.pp PoChecker: only open .po file in IDE if user presses OK in dialog box 2014-10-30 23:03:51 +00:00
pochecker.lpk PoChecker: don't use SimplePoFiles anymore, all it's functionality now is in Translations unit. Patch by G. Colla. 2014-10-22 10:41:36 +00:00
pochecker.pas PoChecker: don't use SimplePoFiles anymore, all it's functionality now is in Translations unit. Patch by G. Colla. 2014-10-22 10:41:36 +00:00
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 PoChecker: center dialog which shows missing Po files relative to screen center, not main form center (it happens to be component palette in IDE, causing the dialog to be partly off screen) 2015-01-04 16:50:27 +00:00
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 pochecker: unicode file names 2014-11-12 19:16:26 +00:00

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