mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 14:09:31 +02:00
![]() POChecker: fixed "Ignore fuzzy translations" option. Previously all translations with bad formatting arguments were considered fuzzy, so these errors were not shown even for non-fuzzy translations if this option was enabled. ........ LCL, Translations unit: there is no need to check for badformat flags in CleanUp procedure anymore, they are now set/cleared in all cases in CheckFormatArguments procedure. ........ LCL, Translations unit: improved comments. ........ git-svn-id: branches/fixes_1_6@52477 - |
||
---|---|---|
.. | ||
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 | ||
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