On Tue, Jun 14, 2022 at 9:02 PM Yanteng Si <siyanteng@xxxxxxxxxxx> wrote: > > On 2022/6/13 下午2:30, Alex Shi wrote: > > On Mon, Jun 13, 2022 at 1:02 PM Yanteng Si <siyanteng@xxxxxxxxxxx> wrote: > >> > >> update to commit 481cc97349d6 ("mm,doc: Add new > >> documentation structure") > >> > >> Signed-off-by: Yanteng Si <siyanteng@xxxxxxxxxxx> > >> --- > >> .../translations/zh_CN/vm/bootmem.rst | 14 +++++++ > >> Documentation/translations/zh_CN/vm/index.rst | 37 +++++++++++++++---- > >> Documentation/translations/zh_CN/vm/oom.rst | 14 +++++++ > >> .../translations/zh_CN/vm/page_allocation.rst | 14 +++++++ > >> .../translations/zh_CN/vm/page_cache.rst | 14 +++++++ > >> .../translations/zh_CN/vm/page_reclaim.rst | 14 +++++++ > >> .../translations/zh_CN/vm/page_tables.rst | 14 +++++++ > >> .../translations/zh_CN/vm/physical_memory.rst | 14 +++++++ > >> .../translations/zh_CN/vm/process_addrs.rst | 14 +++++++ > >> Documentation/translations/zh_CN/vm/shmfs.rst | 14 +++++++ > >> Documentation/translations/zh_CN/vm/slab.rst | 14 +++++++ > >> Documentation/translations/zh_CN/vm/swap.rst | 14 +++++++ > >> .../translations/zh_CN/vm/vmalloc.rst | 14 +++++++ > >> 13 files changed, 198 insertions(+), 7 deletions(-) > >> create mode 100644 Documentation/translations/zh_CN/vm/bootmem.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/oom.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/page_allocation.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/page_cache.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/page_reclaim.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/page_tables.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/physical_memory.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/process_addrs.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/shmfs.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/slab.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/swap.rst > >> create mode 100644 Documentation/translations/zh_CN/vm/vmalloc.rst > > > > It's better to add above doc completely one by one, not just > > unfinished few words. > In the beginning, I thought so too. > > To be honest, My original intention was that a zh_CN update patch should > equal an English patch. Because My commit simply updates vm/index.rst to > 5.19rc-1. I don't know why there are so many empty files mixed in with > the original patch(commit: 481cc97349d694e3211e14a886ad2b7ef55b5a2c). > > Of course, I'm willing to add them to the TODOLIST if you insist. :) > Uh, I understand these awkward empty files may imply a plan, but until now It's just meaningless file, may not worth to translate them now. We'd better leave them off and do translation after some meaningful info added, and then the translator sign will be more accountable. Is this good for you or any more ideas? Thanks Alex