Re: [Lazarus] PoChecker possible cosmetical patch

2014-06-27 Thread Marco van de Voort
On Fri, Jun 20, 2014 at 06:52:53AM +0200, Sven Barth wrote: + sCheckMissingIdentifiers, + sCheckForMismatchesInUntranslatedStrings, + sCheckForDuplicateUntranslatedValues, + sCheckStatistics, + sFindAllTranslatedPoFiles ); ok. That's reduces some

Re: [Lazarus] PoChecker possible cosmetical patch

2014-06-27 Thread Václav Valíček
I prefer using dxGetText in my projects, but if Lazarus uses resourcestrings, I must use resourcestrings when translating components. I have experience with delphi 2010 translations (probbably same as D2009) - and I wasn't very happy that I had to attach special translation files, I wanted

Re: [Lazarus] PoChecker possible cosmetical patch

2014-06-27 Thread Mattias Gaertner
On Fri, 27 Jun 2014 13:09:06 +0200 Václav Valíček vac...@valicek.name wrote: I prefer using dxGetText in my projects, but if Lazarus uses resourcestrings, I must use resourcestrings when translating components. I have experience with delphi 2010 translations (probbably same as D2009) - and

Re: [Lazarus] PoChecker possible cosmetical patch

2014-06-27 Thread Václav Valíček
I probbably wrote something in missunderstanding way... I prefer dxGetText against resorcestrings, becose ShowMessage(_'Text to translate')); is better for me than creating resourcestrings (because of future editing). But I have choosen it during my delphi era, because it is good to for

Re: [Lazarus] PoChecker possible cosmetical patch

2014-06-26 Thread Václav Valíček
I have opened bug no. #26395 Link: http://bugs.freepascal.org/view.php?id=26395 Václav Valíček vac...@valicek.name Dne 19.6.2014 23:39, Bart napsal(a): On 6/19/14, Václav Valíček vac...@valicek.name wrote: Hi, I have made improvement for PoChecker package/app for lazarus. I'm sending

Re: [Lazarus] PoChecker possible cosmetical patch

2014-06-26 Thread Bart
On 6/26/14, Václav Valíček vac...@valicek.name wrote: I have opened bug no. #26395 Link: http://bugs.freepascal.org/view.php?id=26395 Václav Valíček Thanks. If I have questions I'll ask in the bugreport. Might take some time before I get to work on it though... Bart --

[Lazarus] PoChecker possible cosmetical patch

2014-06-19 Thread Václav Valíček
Hi, I have made improvement for PoChecker package/app for lazarus. I'm sending screenshot and asking if do you think it is usefull If yes, I'll export patches from git... If not, I'll keep it for myself. Another thing is patch to source of PoChecker, where I'm replacing raw strings with

Re: [Lazarus] PoChecker possible cosmetical patch

2014-06-19 Thread Mattias Gaertner
On Thu, 19 Jun 2014 22:25:49 +0200 Václav Valíček vac...@valicek.name wrote: +++ b/components/pochecker/pofamilies.pp @@ -23,13 +23,13 @@ const optRunAllTestsOnAllChildren: TPoTestOptions = []; PoTestOptionNames: array[TPoTestOption] of String = ( - 'Check number of items',

Re: [Lazarus] PoChecker possible cosmetical patch

2014-06-19 Thread Bart
On 6/19/14, Václav Valíček vac...@valicek.name wrote: Hi, I have made improvement for PoChecker package/app for lazarus. I'm sending screenshot and asking if do you think it is usefull If yes, I'll export patches from git... If not, I'll keep it for myself. Another thing is patch to

Re: [Lazarus] PoChecker possible cosmetical patch

2014-06-19 Thread Sven Barth
Am 19.06.2014 22:59 schrieb Mattias Gaertner nc-gaert...@netcologne.de: On Thu, 19 Jun 2014 22:25:49 +0200 Václav Valíček vac...@valicek.name wrote: +++ b/components/pochecker/pofamilies.pp @@ -23,13 +23,13 @@ const optRunAllTestsOnAllChildren: TPoTestOptions = [];

Re: [Lazarus] PoChecker possible cosmetical patch

2014-06-19 Thread Václav Valíček
I'll make bug report next day, I'm going to mow meadows and there is not much of time for bug report today Václav Valíček vac...@valicek.name Dne 19.6.2014 23:39, Bart napsal(a): On 6/19/14, Václav Valíček vac...@valicek.name wrote: Hi, I have made improvement for PoChecker package/app