lazarus/components/pochecker
2016-07-08 22:24:14 +00:00
..
languages Translations: French translation update by Gilles Vasseur, bug #30361 2016-07-08 22:24:14 +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.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 POChecker: some code simplifications 2016-06-15 21:43:30 +00:00
pocheckermemodlg.lfm
pocheckermemodlg.pp
pocheckersettings.pp POChecker: removed "Open PO file" functionality. 2016-06-07 14:05:37 +00:00
pocheckerxmlconfig.pp
pofamilies.pp POChecker: fixed "Ignore fuzzy translations" option. 2016-06-10 16:49:49 +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

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