v4: Fix build error and build warning. 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. xu xin (3): Add Chinese translation for vm/ksm.rst zh_CN: Add translations for admin-guide/mm/ksm.rst zh_CN: Add translation for admin-guide/mm/index.rst .../translations/zh_CN/admin-guide/index.rst | 2 +- .../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.27.0