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

Translations into other languages #41

Open
PhilippVerpoort opened this issue May 18, 2020 · 2 comments
Open

Translations into other languages #41

PhilippVerpoort opened this issue May 18, 2020 · 2 comments

Comments

@PhilippVerpoort
Copy link

Qt and PyQT offer extensive functionality for translation or internationalisation of applications, see e.g.:

https://www.riverbankcomputing.com/static/Docs/PyQt5/i18n.html

I was wondering if a conclusion has been reached yet regarding how best to implement translation of apps in fbs?

Many thanks in advance.

@mherrmann
Copy link
Owner

Hi,

there hasn't yet been a discussion when it comes to fbs. So this could be the starting point. I don't know anything about translations in (Py)Qt. Have you looked into it? What you have found?

Thanks,
Michael

@trin94
Copy link

trin94 commented Oct 2, 2020

https://doc.qt.io/qt-5/i18n-source-translation.html

Another example of a (PyQt5) toolchain can be found here: https://github.com/frispete/distutils_ui.
The later uses a bunch of official command line tools to do the job. I think something similar can be done with fbs.
It also covers how to manage .ui files (which can be created with Qt Designer), resources and translations.
For PySide2 there exist tools with different names but similar functionality.

Regards,
Elias

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

No branches or pull requests

3 participants