-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add tool which can build translations for all available languages #13
Comments
Maybe related with upstream |
Yes, partially: @jooyunghan also works in Android and made the PR to simplify our translation infrastructure. Here, I was thinking of making a small stand-alone tool which can do all the looping we need to implement translations. It would
I think that approach would be more flexible than trying to teach mdbook all this. |
Note that I've made implementing this issue a bit more complicated with google/comprehensive-rust#1243: you'll need to use Git library to update the On the other hand, this feature makes the backend here much more useful: instead of replacing a small for-loop, it can now replace more complex logic! This makes this renderer more relevant and useful for everybody. |
The
mdbook-gettext
preprocessor translates a book into a single language. To translate your book into all available languages, you need to build a look yourself. An example of this can be found in thepublish.yml
GitHub action for Comprehensive Rust 🦀:We should make this easier somehow. Idea:
mdbook-i18n
) wheremdbook-i18n build
would do the looping seen above.The text was updated successfully, but these errors were encountered: