We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To be able to correctly localize external plugins we need to use get_translation method and provide the module name like:
get_translation
from spyder.config.base import get_translation _ = get_translation('spyder_terminal')
@ccordoba12 maybe we should add a module on the spyder api like or similar
from spyder.api.i18n import get_translation # Maybe think of a better name :-p for this func
The text was updated successfully, but these errors were encountered:
Sounds good to me.
Sorry, something went wrong.
Is this already solved?
Yep
steff456
No branches or pull requests
To be able to correctly localize external plugins we need to use
get_translation
method and provide the module name like:@ccordoba12 maybe we should add a module on the spyder api like or similar
The text was updated successfully, but these errors were encountered: