-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Document i10n? #3360
Comments
Ya that sounds cool. The more people that can read the docs the better. Our docs are built with marked in https://github.com/markedjs/marked/tree/master/docs would we have a |
I'm still working on it; I will make I fork of marked repo so you can check my progress. My current translation does not reference the original Markdown file but was written from scratch with the compiled version, and there may be minor markup changes in the translation. |
@UziTech I usually work on personal projects and I'm not very clear about collaboration on Github, and I was wondering, if someone wants to point out mistakes of my Chinese translations, how should they find me through Issues? |
Maybe add something to the README like "Chinese translations by @minecraftfen" |
You reminded me, maybe I can add another translation of README too. |
I will put a translation switch on README.md like this: English | [简体中文](./README.zh-cn.md) | [Translations List](./README.langs.md) README.langs.md: # marked readme.md translations list
|Language|Author|Translated from Version|Last Updated|
|:--|:--|:--|:--|
|[English](./README.md)|[markedjs](https://github.com/markedjs)|(Original Version)|--|
|[简体中文](./README.zh-cn.md)|[minecraftfen](https://github.com/minecraftfen)|[Nov 28, 2023](https://github.com/markedjs/marked/commit/4f3304018e104d43b29dcd81a9fcf78d8c3ea52b)|WIP| |
And do similar work to doc/index.md |
Describe the feature
I'm a Chinese Student, and I'm working on translating marked official document into Chinese for some reason. Are you willing to accept these translations for other Chinese language developers? Or if I publish these translations on my Github Pages, can you leave a link on the official website?
Why is this feature necessary?
If I only post these contents on my own website, I may not be able to help others, and you can also place translations from other languages/versions in the footer for the convenience of others to use.
Describe alternatives you've considered
Well I think I have already done it in Describe the feature
The text was updated successfully, but these errors were encountered: