[Qgis-developer] Processing i18n support

2014-08-09 Thread Alexandre Neto
Hello all, Can anyone tell me if it is possible to add translation support via i18n in processing modules? Thanks, Alexandre Neto ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Processing i18n support

2014-08-09 Thread Alexander Bruy
Hi Alexandre, this is possible, moreover some Processing parts already has i18n support. But some parts still lacking it, this is in our TODO list. 2014-08-09 22:16 GMT+03:00 Alexandre Neto : > Hello all, > > Can anyone tell me if it is possible to add translation support via i18n in > processing

Re: [Qgis-developer] Processing i18n support

2014-08-10 Thread Alexandre Neto
Hello Alexander, Em 10/08/2014 07:58, "Alexander Bruy" escreveu: > > Hi Alexandre, > > this is possible, moreover some Processing parts already has i18n support. Thanks for the answer. I will try to make it work in "my" model then. > But some parts still lacking it, this is in our TODO list. C

Re: [Qgis-developer] Processing i18n support

2014-08-11 Thread Alexander Bruy
Hi Alexandre, 2014-08-10 13:46 GMT+03:00 Alexandre Neto : > Correct me if I'm wrong, but that sounds like a repetitive "simple" task. > Maybe I could help you with that. Well, relatively simple. In some files all you need is to wrap all visible strings in self.tr() call. But for other classes add