Skip to content
New issue

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

Code Generating: translator function needed #120

Closed
chianjin opened this issue Apr 18, 2022 · 1 comment
Closed

Code Generating: translator function needed #120

chianjin opened this issue Apr 18, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@chianjin
Copy link

The code generated without translator function, like this:
self.Button4.configure(text="Start")
So, I had to add it manully.
self.Button4.configure(text=_("Start"))

Can add a i18n support option, for generating code with translator function automatic.

@alejandroautalan alejandroautalan added the enhancement New feature or request label Apr 18, 2022
alejandroautalan added a commit to alejandroautalan/pygubu that referenced this issue May 14, 2022
@alejandroautalan alejandroautalan added this to the Version 0.27 milestone May 15, 2022
@chianjin
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants