-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Translation] add translation for docs/tour #257
Comments
Hey @leverimmy that's awesome, would love to see a Chinese version of the docs.
Some prior art for Korean docs: #202 |
@alixander Thanks for your prompt reply!
By the way, I’ve also reviewed the comments in #202, but I noticed a few mismatches. For instance, in |
Additionally, I attempted to use i18n: {
defaultLocale: "en",
locales: ["en", "ko"],
localeConfigs: {
en: {
label: "English",
},
ko: {
label: "Korean (한국어)",
},
zh-cn: { // DEFINITELY WRONG
}
}
} Would |
I am ready to contribute to adding a Chinese Simplified translation for the
docs/tour
. However, I have a few questions regarding the process:Synchronization with the English Version:
Since the English version is the main source, how will updates or changes to the English version be communicated to other translations? Is there a process in place to ensure the translated versions stay in sync with any modifications in the main version?
Quality and Formatting Checks:
Are there any established guidelines or checks (e.g., formatting rules like spaces or newlines between code snippets) to maintain consistency and quality across translations? If so, where can I find these guidelines?
Thank you for your guidance! I look forward to contributing.
The text was updated successfully, but these errors were encountered: