lazarus/components/pochecker
2020-01-07 22:50:11 +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
graphstat.pp PoChecker: fixed off-by-one errors when showing updating/drawing progress in Graphical Statistics window 2018-08-14 22:24: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: do not reposition language combobox manually when resizing master PO listbox, anchors are sufficient 2019-07-04 22:41:22 +00:00
pocheckermain.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
pocheckermemodlg.lfm
pocheckermemodlg.pp
pocheckersettings.pp POChecker: clean up 2019-10-24 22:53:45 +00:00
pocheckerxmlconfig.pp
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: 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
README.txt
resultdlg.lfm POChecker: 2018-04-18 22:56:50 +00:00
resultdlg.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

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