Re: [Qgis-developer] [Processing] translate parameter selection dropdown contents

2015-08-27 Thread Arnaud Morvan
Hello, without further notice, I will work on processing dropdown parameter translation next week, that is: modify all algorithms in the QGIS group, like this : https://github.com/arnaud-morvan/QGIS/commit/0286c3d95dffeee65ff7a6b7a69919d700815e4b and make a Pull Request Best

Re: [Qgis-developer] [Processing] translate parameter selection dropdown contents

2015-08-27 Thread Victor Olaya
Arnaud In my opinion, is much better to translate at runtime. Don't forget that providers can be loaded and unloaded, and also updated (as it happens with the SAGA one when the path to the SAGA executables is changed), so that is a better option. Thanks for this works! 2015-08-27 18:17

[Qgis-developer] [Processing] translate parameter selection dropdown contents

2015-08-26 Thread Arnaud Morvan
Hello, In processing algorithms, I want to translate the ParameterSelection dropdown contents. I've tested two possibilities on SpatialJoin, which both operate, and I want to get review before editing all algorithms : First solution: use of QCoreApplication.translate('SpatialJoin', ...) in