lazarus/components/pochecker
2016-04-06 23:04:59 +00:00
..
languages Translations: Hungarian translation update by Péter Gábor, bug #29947 2016-04-06 23:04:59 +00:00
Proj pochecker: fixed compilation 2015-12-19 14:57:09 +00:00
graphstat.lfm PoChecker: GraphStat form: 2014-10-12 11:52:31 +00:00
graphstat.pp pochecker: less hints 2015-12-19 14:48:10 +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 components: less hints 2016-03-01 15:25:02 +00:00
pocheckerconsts.pas POChecker: fixed minor typo, regenerated translations and updated Russian translation 2016-03-10 23:21:34 +00:00
pocheckermain.lfm PoChecker: Add function to check for troublesome po-files. Patch by Péter Gábor. Issue #0027093. 2016-03-10 17:22:11 +00:00
pocheckermain.pp PoChecker: Add function to check for troublesome po-files. Patch by Péter Gábor. Issue #0027093. 2016-03-10 17:22:11 +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 pochecker: fixed compilation 2015-12-19 14:57:09 +00:00
pocheckerxmlconfig.pp PoChecker: starts implementing TPoCheckerSettings. 2014-09-21 14:48:38 +00:00
pofamilies.pp pochecker: less hints 2015-12-19 14:48:10 +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 PoChecker: Textual fixes. Patch by Reinier. 2014-02-22 17:37:34 +00:00
resultdlg.lfm PoChecker: re-order the taborder of mainform and resultdialog . 2014-10-13 16:45:41 +00:00
resultdlg.pp PoChecker: 2014-10-05 10:52:49 +00:00
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