lazarus/components/pochecker
2019-05-30 23:21:49 +00:00
..
languages Translations: regenerated all relevant translation files after r61231 #5b72fe1d56 2019-05-16 23:10:15 +00:00
Proj pochecker: Fix pixelated font in ResultDlg (issue #0026783) 2016-04-14 18:34:26 +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: 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: 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
pocheckermain.lfm 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
pocheckermain.pp PoChecker: removed unused TPoCheckerForm.AddToMasterPoList(Fn: String) method 2019-03-11 22:34:42 +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: 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 LazUtils (Translations unit), POChecker: Introduced VirtualTranslation property to TPOFileItem. It allows to identify items whose empty translations (actually stored in the file) were replaced by some suggestions. Use it in POChecker in order to avoid false warnings about translation contents not yet present in the file. 2019-05-30 23:21:49 +00:00
pofamilylists.pp POChecker: cleaned up unused constant 2018-05-23 22:38:17 +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