diff options
| author | Alex Shi <[email protected]> | 2019-04-01 22:44:18 +0800 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2019-04-02 09:53:52 -0600 |
| commit | c654ddd8ba911dc0b436743f29d2abc1645aa58d (patch) | |
| tree | 5e702c3da8dd078932ee18d57b62e095406b4329 | |
| parent | 513b308378a808c719ffaa77d95dfc91624db9e4 (diff) | |
docs/zh_CN: add disclaimer and translator info in 4.Coding
To let people know where to complain.
Signed-off-by: Alex Shi <[email protected]>
Cc: Harry Wei <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
| -rw-r--r-- | Documentation/translations/zh_CN/process/4.Coding.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/translations/zh_CN/process/4.Coding.rst b/Documentation/translations/zh_CN/process/4.Coding.rst index 10a3236d4b21..2b60752a81b2 100644 --- a/Documentation/translations/zh_CN/process/4.Coding.rst +++ b/Documentation/translations/zh_CN/process/4.Coding.rst @@ -1,3 +1,8 @@ +.. include:: ../disclaimer-zh_CN.rst + +:Original: :ref:`Documentation/process/4.Coding.rst <development_coding>` +:Translator: Alex Shi <[email protected]> + .. _cn_development_coding: 使代码正确 |