lazarus/components/pochecker
2020-03-31 16:21:23 +00:00
..
languages Translations: French translation update by Gilles Vasseur, bug #36524 2020-01-07 22:50:11 +00:00
Proj POChecker: Removed lots of duplicate translation initialization code, which was used for standalone build. Now using LCLTranslator unit means for this. 2019-07-05 23:12:15 +00:00
graphstat.lfm POChecker: don't hide 'Open file in external editor' menuitem in Graphical Statistics form if external editor is not defined, just disable it (so user can know about this function at all) 2016-06-16 22:22:34 +00:00
graphstat.pp POChecker: there is no need to copy PoFamilyStats all over the place anymore 2020-03-31 14:19:29 +00:00
pochecker.lpk POChecker: add to LPK some files which were missing there 2019-10-24 22:47:13 +00:00
pochecker.pas POChecker: clean up 2019-10-24 22:53:45 +00:00
pocheckerconsts.pas POChecker: 2019-09-20 23:05:10 +00:00
pocheckermain.lfm POChecker: store PoFamilyList in one place 2020-03-31 13:02:44 +00:00
pocheckermain.pp POChecker: store total translation statistics in TPOFamilyList 2020-03-31 16:21:23 +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: clean up 2019-10-24 22:53:45 +00:00
pocheckerxmlconfig.pp general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
pofamilies.pp PoChecker: simplified code by removing TPoTestOptions set (which had only one element) and directly analyzing LangID value instead 2019-10-17 23:29:03 +00:00
pofamilylists.pp POChecker: store total translation statistics in TPOFamilyList 2020-03-31 16:21:23 +00:00
README.txt PoChecker: Textual fixes. Patch by Reinier. 2014-02-22 17:37:34 +00:00
resultdlg.lfm POChecker: there is no need to copy logs to result form separately anymore 2020-03-31 13:30:35 +00:00
resultdlg.pp POChecker: store total translation statistics in TPOFamilyList 2020-03-31 16:21:23 +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