mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-03 11:23:40 +02:00
![]() *) Let TPOFamilyList class handle checking of translation files presence, do not duplicate this functionality in TPoCheckerForm.TryCreatePOFamilyList. *) Do not remove in TPoCheckerForm.TryCreatePOFamilyList method missing entries from the list of master files (templates), only warn about them and ignore. The list will be updated (missing files will be removed and new files will be added) during the next search in directory with translations by the user. *) Do not try to free POFamilyList immediately if it was empty or had an exception on creation (it is enough that it is freed when POChecker form is destroyed or 'Run tests' button is pressed). *) Warn user if no translation files were found at all. *) Regenerated translations and updated Russian translation. git-svn-id: trunk@61905 - |
||
---|---|---|
.. | ||
languages | ||
Proj | ||
graphstat.lfm | ||
graphstat.pp | ||
pochecker.lpk | ||
pochecker.pas | ||
pocheckerconsts.pas | ||
pocheckermain.lfm | ||
pocheckermain.pp | ||
pocheckermemodlg.lfm | ||
pocheckermemodlg.pp | ||
pocheckersettings.pp | ||
pocheckerxmlconfig.pp | ||
pofamilies.pp | ||
pofamilylists.pp | ||
README.txt | ||
resultdlg.lfm | ||
resultdlg.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