Localization of The Maturin User Guide #3089
hwhsu1231
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Announcement
Hello, PyO3 Community,
I am the author of the @localizethedocs organization. And I’m glad to announce that the 🎉 maturin-guide-l10n 🎉 project is published now:
The goal of this project is to translate the Maturin User Guide into multiple languages. Translations are contributed via the Crowdin platform, automatically synchronized with the GitHub repository, and can be previewed on GitHub Pages.
How to Contribute Translations?
To contribute the translations to the project, just follow the following steps:
If translators want to translate a language that is not yet supported, they just need to open a new issue to request the new language. Once the requested language is added, they can begin translating.
How to Reuse Translations?
If the upstream project or anyone wants to reuse the translated
.pofiles prepared by thematurin-guide-l10nproject, they can clone the.pofiles from thepo/${VERSION}branch by using the following command:git clone --depth=1 --branch=po/${VERSION} https://github.com/localizethedocs/maturin-guide-l10n.git guide/localeThose
po/${VERSION}branches are created to facilitate reusage by the upstream project. For instance, thezh_TWdocumentation for themainversion can be generated using the commands below:Beta Was this translation helpful? Give feedback.
All reactions