zloirock / core-js

Standard Library
MIT License
24.6k stars 1.66k forks source link

Fix the format and translation of Chinese markdown #1276

Closed cotes2020 closed 1 year ago

cotes2020 commented 1 year ago

What has been changed:


Most of them are fixed by lint tool, and the remaining parts that cannot be detected are fixed manually. Although it cannot be guaranteed to be 100% perfect, it has significantly improved the reading experience compared to the original version.

cotes2020 commented 1 year ago

As an additional suggestion, should a multilingual translation link be added to the EN markdown docs, pointing to other multilingual versions of markdown docs?

For instance, add the following to the head of file docs/2023-02-14-so-whats-next.md:

Translations: [zh_CN](docs/zh_CN/2023-02-14-so-whats-next.md.md)
zloirock commented 1 year ago

Yep, that makes sense.

cotes2020 commented 1 year ago

OK, will do

santi100a commented 1 year ago

@zloirock, consider merging this pull request, it is green.