lazarus/components/pochecker
2018-01-24 23:59:59 +00:00
..
languages Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #32754 2017-11-29 22:49:04 +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: 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
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: improved IDE menuitem caption, regenerated translations and updated Russian translation. 2016-06-22 22:27:27 +00:00
pocheckermain.lfm POChecker: replaced "Scan directory" and "Run selected tests" buttons with toolbar. This allows to accomodate for longer translated captions. 2016-06-07 23:13:12 +00:00
pocheckermain.pp general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +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: removed "Open PO file" functionality. 2016-06-07 14:05:37 +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: restored ability to report duplicate entries (was broken for several years and nobody noticed) 2018-01-24 23:59:59 +00:00
pofamilylists.pp POChecker: added total translated/untranslated/fuzzy strings statistics to result report and Graphical Statistics form. 2016-05-27 22:47:40 +00:00
README.txt PoChecker: Textual fixes. Patch by Reinier. 2014-02-22 17:37:34 +00:00
resultdlg.lfm POChecker: unify height of buttons in Result Dialog on Linux/GTK2 ("Close" button can be higher than others because of bigger default glyph) 2016-06-07 23:26:03 +00:00
resultdlg.pp POChecker: added ability to refresh translations (i.e. sync them with master .po file). Regenerated translations and updated Russian translation. 2016-06-02 23:13:21 +00:00
simplepofiles.pp LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion. 2017-12-11 19:44:22 +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