lazarus/components/pochecker
maxim 0367ccec60 POChecker: cleanup
git-svn-id: trunk@62058 -
2019-10-14 22:39:58 +00:00
..
languages POChecker: 2019-09-20 23:05:10 +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: 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.pas
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: moved log handling code to TPOFamilyList class, where it really belongs to 2019-10-10 22:08:41 +00:00
pocheckermemodlg.lfm
pocheckermemodlg.pp
pocheckersettings.pp POChecker: since Duplicate Originals report is now shown in separate tab in Results window, removed test option whether to show it or not (i.e. always show it now). This change also allowed to remove (now useless) 'Select Basic' button, thus simplifying UI. 2018-05-24 23:28:09 +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: cleanup 2019-10-14 22:39:58 +00:00
pofamilylists.pp POChecker: moved log handling code to TPOFamilyList class, where it really belongs to 2019-10-10 22:08:41 +00:00
README.txt PoChecker: Textual fixes. Patch by Reinier. 2014-02-22 17:37:34 +00:00
resultdlg.lfm POChecker: 2018-04-18 22:56:50 +00:00
resultdlg.pp POChecker: do not show translation totals (number of translated/untranslated/fuzzy strings) in 'all languages' mode. It didn't work correctly (these values reflected only last processed language) and there is no much point in knowing these values as a sum for all languages. 2018-04-23 23:30:46 +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