All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] docs/zh_CN: add Chinese trans guide and change Yanteng's email
@ 2025-03-28 10:06 Yanteng Si
  2025-03-28 10:06 ` [PATCH v3 1/2] docs/zh_CN: Add how-to of Chinese translation Yanteng Si
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yanteng Si @ 2025-03-28 10:06 UTC (permalink / raw)
  To: alexs; +Cc: Yanteng Si, corbet, dzm91, linux-doc

v3:

Since Dongliang and Alex have put forward a lot of constructive
comments and added some content to the chapters, they should be
become Co-developers.

diff:

---
- - v1.0 2025年3月14日,司延腾参考社区的指导意见修订了部分内容。
+ - v1.0 2025年3月28日,司延腾、时奎亮、慕冬亮共同编写了该规范。

+您可以先发送给自己,尝试发出的 patch 是否可以用 'git am' 工具正常打上。
+如果检查正常, 您就可以放心的发送到社区评审了。
+

 
+新手任务
+--------
+对于首次参与 Linux 内核中文文档翻译的新手,建议您在 linux 目录中运行以下命令:
+::
+
+        ./script/checktransupdate.py -l zh_CN``
+
+该命令会列出需要翻译或更新的英文文档。
+
+关于详细操作说明,请参考: Documentation/translations/zh_CN/doc-guide/checktransupdate.rst\
+
---

v2:

* I adopted Dongliang's comment and revised the repo address.
* Change my email. I'm really sorry for the long delay.

Yanteng Si (2):
  docs/zh_CN: Add how-to of Chinese translation
  MAINTAINERS: Change Yanteng's email address

 Documentation/translations/zh_CN/how-to.rst | 459 ++++++++++++++++++++
 Documentation/translations/zh_CN/index.rst  |  24 +-
 MAINTAINERS                                 |   2 +-
 3 files changed, 472 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/how-to.rst

-- 
2.48.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-10  8:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-28 10:06 [PATCH v3 0/2] docs/zh_CN: add Chinese trans guide and change Yanteng's email Yanteng Si
2025-03-28 10:06 ` [PATCH v3 1/2] docs/zh_CN: Add how-to of Chinese translation Yanteng Si
2025-03-28 10:06 ` [PATCH v3 2/2] MAINTAINERS: Change Yanteng's email address Yanteng Si
2025-04-10  8:28 ` [PATCH v3 0/2] docs/zh_CN: add Chinese trans guide and change Yanteng's email alexs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.