lazarus/components/pochecker
2017-12-11 19:44:22 +00:00
..
languages Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #32754 2017-11-29 22:49:04 +00:00
Proj
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.pas
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
pocheckermemodlg.pp
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 Order uses sections some more. 2016-12-20 22:32:52 +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
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