You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wondering about the feasibility of integrating translation support with the wiki. On the file formatting front I assume the framework that is in use for this wiki has support for something like: /docs/start_here/BlockBench.md -> /docs/start_here/BlockBench/en_us.md.
For markdown files it looks something like /docs/start_here/BlockBench.md -> i18n/fr/docusaurus-plugin-content-docs/next/BlockBench.md
For React components those have to modified a bit to be translated with either the Translate component or translate() callback. Then you run a command to generate json files that have the items that need to be translated with a description of what they are. Seems like it's possible!
Wondering about the feasibility of integrating translation support with the wiki. On the file formatting front I assume the framework that is in use for this wiki has support for something like:
/docs/start_here/BlockBench.md
->/docs/start_here/BlockBench/en_us.md
.Weblate does have support for markdown files as listed here: https://docs.weblate.org/en/latest/formats.html. Maybe there is a more useful format that could be switched to.
Lmk!
The text was updated successfully, but these errors were encountered: