lazarus/components/pochecker
maxim 742ed30f1b PoChecker: clean up
git-svn-id: trunk@57830 -
2018-05-07 22:57:01 +00:00
..
languages Translations: French translation update by Gilles Vasseur, bug #33673 2018-05-03 22:53:34 +00:00
Proj
graphstat.lfm
graphstat.pp
pochecker.lpk
pochecker.pas
pocheckerconsts.pas 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
pocheckermain.lfm PoChecker: removed "Ignore translated strings marked as fuzzy" checkbox and related logic. Now formatting arguments errors are always shown for both fuzzy and non-fuzzy strings (they are all ignored by translation system anyway and therefore have equal importance) and user is notified about formatting error count in non-fuzzy strings if such errors are found. Regenerated translations and updated Russian translation. 2018-04-11 23:10:14 +00:00
pocheckermain.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
pocheckermemodlg.lfm
pocheckermemodlg.pp
pocheckersettings.pp PoChecker: removed "Ignore translated strings marked as fuzzy" checkbox and related logic. Now formatting arguments errors are always shown for both fuzzy and non-fuzzy strings (they are all ignored by translation system anyway and therefore have equal importance) and user is notified about formatting error count in non-fuzzy strings if such errors are found. Regenerated translations and updated Russian translation. 2018-04-11 23:10:14 +00:00
pocheckerxmlconfig.pp
pofamilies.pp PoChecker: clean up 2018-05-07 22:57:01 +00:00
pofamilylists.pp POChecker: report missing files in ascending alphabet order in all cases 2018-04-19 23:32:09 +00:00
README.txt
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