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

Design and implement a translation pipeline and build automation for tours #27

Open
NathanLovato opened this issue Jan 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NathanLovato
Copy link
Contributor

The tour already supports internationalization and translation string extraction (through core/translations/translation_parser.gd).

That's enough to add multiple languages to a tour, but we could use an efficient and mostly automated pipeline to extract, crowdsource, check, and integrate translations in any given tour.

This task is about first figuring out the desired pipeline and workflow, from extracting the strings, publishing them to a translation platform or a repository, getting updated files, and setting a threshold or requirements for integrating and publishing translations for a given language.

This needs to be easy to distribute and set up in individual tour repositories.

This task could draw from the work done for Learn GDScript From Zero: https://github.com/GDQuest/learn-gdscript-translations/. We'd gladly take feedback from people really experienced in this area too, on what could be improved.


Note: we don't have the resources to implement this ticket ourselves currently, so contributions in this area are welcome.

@NathanLovato NathanLovato added the enhancement New feature or request label Jan 11, 2024
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

1 participant