python-qt-tools / PyQt5-stubs

Stubs for PyQt5
GNU General Public License v3.0
69 stars 31 forks source link

How to create a multilingual stub #211

Closed 2421046322i closed 1 year ago

2421046322i commented 1 year ago

When I used stubs, I felt it was difficult for non native speakers to understand, so I came up with the idea of creating multilingual stubs.Could you give me some suggestions, except that I rewrite it myself

The-Compiler commented 1 year ago

I don't follow. Stubs are type information for Python packages. There is not really much human language in there, and they're not intended for consumption by humans anyways.

bluebird75 commented 1 year ago

Maybe you talk about the error messages reported by the code checking tool like mypy ?

Anyway, the stubs are developed in the Python language. It's as monolingual but you are expecting to understand it if you develop in Python.