All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add Chinese translations for KSM documents
@ 2022-02-12  8:00 cgel.zte
  2022-02-12  8:02 ` [PATCH v3 1/3] Add Chinese translation for vm/ksm.rst cgel.zte
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: cgel.zte @ 2022-02-12  8:00 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, siyanteng01, seakeel, xu xin

From: xu xin <xu.xin16@zte.com.cn>

v3:
	Fix the patch '[1/3] Add Chinese translation for vm/ksm.rst'
	because its old version does not apply for the latest commit.

v2:

	According to the suggestions from Yanteng Si, Alex Shi and
	Jonathan Corbet, I have modified my patches. Here are my specific
	changelog:

	1. Remove Redundant Labels in added Documents like ``.. _ksm_sysfs:``

	   Yanteng Si said: Too many tags will cause a compilation
	   warning, because an identical one already exists for the Origin
	   document. Jonathan Corbet think so.

	2. Align with standard Chinese format on the 'original', 'translator',
	   etc.

	3. fix some translation error like “pages_unshared”, I remove  '独享'.

	   Alex Shi suggest to remove '独享'.

	4. Refactor translations/zh_CN/admin-guide/mm/index.rst.

	   Yanteng Si: Compile pass is only one of the basis for checking
	   through, we also have to check the html for any problems, as
	   far as I know, the above treatment is very ugly.

 .../translations/zh_CN/admin-guide/index.rst       |   2 +-
 .../translations/zh_CN/admin-guide/mm/index.rst    |  49 +++++++
 .../translations/zh_CN/admin-guide/mm/ksm.rst      | 148
+++++++++++++++++++++
 Documentation/translations/zh_CN/vm/index.rst      |   1 +
 Documentation/translations/zh_CN/vm/ksm.rst        |  70 ++++++++++
 5 files changed, 269 insertions(+), 1 deletion(-)
 create mode 100644
Documentation/translations/zh_CN/admin-guide/mm/index.rst
 create mode 100644
Documentation/translations/zh_CN/admin-guide/mm/ksm.rst
 create mode 100644 Documentation/translations/zh_CN/vm/ksm.rst
-- 
2.15.2


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

end of thread, other threads:[~2022-02-21 10:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12  8:00 [PATCH v3 0/3] Add Chinese translations for KSM documents cgel.zte
2022-02-12  8:02 ` [PATCH v3 1/3] Add Chinese translation for vm/ksm.rst cgel.zte
2022-02-12  8:03 ` [PATCH v3 2/3] zh_CN: Add translations for admin-guide/mm/ksm.rst cgel.zte
2022-02-15 23:22   ` Jonathan Corbet
2022-02-16  8:48   ` yanteng si
2022-02-16 12:32     ` Akira Yokosawa
2022-02-21  9:48   ` teng sterling
2022-02-12  8:04 ` [PATCH v3 3/3] zh_CN: Add translation for admin-guide/mm/index.rst cgel.zte

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.