Feature request #19768
[Expression] Make translatable the help of the custom function template
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Expressions | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 27593 |
Description
After I've been advised here to reiterate the question here and given that I got no reply, I think it'd be wise to report it here and hope...
In QGIS, Open an expression-based dialog, function editor tab
You can create your own function, based on a provided template.
In the template file, other than the function itself, there's a long help comment explaining what the parameters are, how they behave and many contextual useful information.
BUT
This knowledge is only available in English, hence not accessible to all the users, particularly non-English Python beginners that would like to create his small function.Is there anything that prevents to make it translatable or is it simply an omission?