linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 3/4] docs/zh_TW: fix an issue while building
       [not found] <20210703143130.18349-1-src.res@email.cn>
@ 2021-07-03 14:31 ` Hu Haowen
  2021-07-12 17:10   ` Jonathan Corbet
  2021-07-03 14:31 ` [PATCH v3 4/4] docs/zh_TW: add SPDX-License-Identifiers for translations in zh_TW/process Hu Haowen
  1 sibling, 1 reply; 4+ messages in thread
From: Hu Haowen @ 2021-07-03 14:31 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel

When building the documentation, the following issue was reported:

    /home/src-resources/Coding/Projects/Other-Projects/Linux/Documentation/
    translations/zh_TW/admin-guide/reporting-issues.rst:712: WARNING:
    duplicate label translations/zh_tw/admin-guide/reporting-issues:
    檢查「汙染」標誌, other instance in /home/src-resources/Coding/Projects/
    Other-Projects/Linux/Documentation/translations/zh_TW/admin-guide/
    reporting-issues.rst

Consequently, replace "檢查「汙染」標誌" with "檢測「汙染」標誌" to
solve it.

Signed-off-by: Hu Haowen <src.res@email.cn>
---
 .../translations/zh_TW/admin-guide/reporting-issues.rst         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/zh_TW/admin-guide/reporting-issues.rst b/Documentation/translations/zh_TW/admin-guide/reporting-issues.rst
index 390a1f40ba2f..27638e199f13 100644
--- a/Documentation/translations/zh_TW/admin-guide/reporting-issues.rst
+++ b/Documentation/translations/zh_TW/admin-guide/reporting-issues.rst
@@ -371,7 +371,7 @@ Linux內核破壞了它處理的數據或損壞了它運行的硬體。當內核
 內核模塊。
 
 
-檢查「汙染」標誌
+檢測「汙染」標誌
 ----------------
 
     *當問題發生時,檢查您的內核是否被「汙染」,因爲使內核設置這個標誌的事件可
-- 
2.25.1


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

* [PATCH v3 4/4] docs/zh_TW: add SPDX-License-Identifiers for translations in zh_TW/process
       [not found] <20210703143130.18349-1-src.res@email.cn>
  2021-07-03 14:31 ` [PATCH v3 3/4] docs/zh_TW: fix an issue while building Hu Haowen
@ 2021-07-03 14:31 ` Hu Haowen
  1 sibling, 0 replies; 4+ messages in thread
From: Hu Haowen @ 2021-07-03 14:31 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel

Add SPDX-License-Identifiers for several translations in order that the
compiler won't output errors.

Signed-off-by: Hu Haowen <src.res@email.cn>
---
 Documentation/translations/zh_TW/process/1.Intro.rst          | 2 ++
 Documentation/translations/zh_TW/process/2.Process.rst        | 2 ++
 Documentation/translations/zh_TW/process/3.Early-stage.rst    | 2 ++
 Documentation/translations/zh_TW/process/4.Coding.rst         | 2 ++
 Documentation/translations/zh_TW/process/5.Posting.rst        | 2 ++
 Documentation/translations/zh_TW/process/6.Followthrough.rst  | 2 ++
 Documentation/translations/zh_TW/process/7.AdvancedTopics.rst | 2 ++
 Documentation/translations/zh_TW/process/8.Conclusion.rst     | 2 ++
 .../zh_TW/process/code-of-conduct-interpretation.rst          | 2 ++
 Documentation/translations/zh_TW/process/code-of-conduct.rst  | 2 ++
 Documentation/translations/zh_TW/process/coding-style.rst     | 2 ++
 .../translations/zh_TW/process/development-process.rst        | 2 ++
 Documentation/translations/zh_TW/process/email-clients.rst    | 4 +++-
 .../translations/zh_TW/process/embargoed-hardware-issues.rst  | 2 ++
 Documentation/translations/zh_TW/process/howto.rst            | 4 +++-
 Documentation/translations/zh_TW/process/index.rst            | 2 ++
 .../translations/zh_TW/process/kernel-driver-statement.rst    | 2 ++
 .../zh_TW/process/kernel-enforcement-statement.rst            | 2 ++
 Documentation/translations/zh_TW/process/license-rules.rst    | 2 ++
 Documentation/translations/zh_TW/process/magic-number.rst     | 2 ++
 Documentation/translations/zh_TW/process/management-style.rst | 2 ++
 .../translations/zh_TW/process/programming-language.rst       | 2 ++
 .../translations/zh_TW/process/stable-api-nonsense.rst        | 2 ++
 .../translations/zh_TW/process/stable-kernel-rules.rst        | 2 ++
 Documentation/translations/zh_TW/process/submit-checklist.rst | 2 ++
 .../translations/zh_TW/process/submitting-drivers.rst         | 4 +++-
 .../translations/zh_TW/process/submitting-patches.rst         | 2 ++
 .../zh_TW/process/volatile-considered-harmful.rst             | 2 ++
 28 files changed, 59 insertions(+), 3 deletions(-)

diff --git a/Documentation/translations/zh_TW/process/1.Intro.rst b/Documentation/translations/zh_TW/process/1.Intro.rst
index a1207ef153d7..ca2b931be6c5 100644
--- a/Documentation/translations/zh_TW/process/1.Intro.rst
+++ b/Documentation/translations/zh_TW/process/1.Intro.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/1.Intro.rst <development_process_intro>`
diff --git a/Documentation/translations/zh_TW/process/2.Process.rst b/Documentation/translations/zh_TW/process/2.Process.rst
index b71629cdc11a..b01cdd3a39ae 100644
--- a/Documentation/translations/zh_TW/process/2.Process.rst
+++ b/Documentation/translations/zh_TW/process/2.Process.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/2.Process.rst <development_process>`
diff --git a/Documentation/translations/zh_TW/process/3.Early-stage.rst b/Documentation/translations/zh_TW/process/3.Early-stage.rst
index ce85990fc98e..ab2a45fd65a4 100644
--- a/Documentation/translations/zh_TW/process/3.Early-stage.rst
+++ b/Documentation/translations/zh_TW/process/3.Early-stage.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/3.Early-stage.rst <development_early_stage>`
diff --git a/Documentation/translations/zh_TW/process/4.Coding.rst b/Documentation/translations/zh_TW/process/4.Coding.rst
index 106b41c97223..ccc3946227a0 100644
--- a/Documentation/translations/zh_TW/process/4.Coding.rst
+++ b/Documentation/translations/zh_TW/process/4.Coding.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/4.Coding.rst <development_coding>`
diff --git a/Documentation/translations/zh_TW/process/5.Posting.rst b/Documentation/translations/zh_TW/process/5.Posting.rst
index 3e09da2f3056..5578bca403e6 100644
--- a/Documentation/translations/zh_TW/process/5.Posting.rst
+++ b/Documentation/translations/zh_TW/process/5.Posting.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>`
diff --git a/Documentation/translations/zh_TW/process/6.Followthrough.rst b/Documentation/translations/zh_TW/process/6.Followthrough.rst
index 233115bfff95..4af782742db3 100644
--- a/Documentation/translations/zh_TW/process/6.Followthrough.rst
+++ b/Documentation/translations/zh_TW/process/6.Followthrough.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/6.Followthrough.rst <development_followthrough>`
diff --git a/Documentation/translations/zh_TW/process/7.AdvancedTopics.rst b/Documentation/translations/zh_TW/process/7.AdvancedTopics.rst
index 8d121a8c6535..3de093d0f170 100644
--- a/Documentation/translations/zh_TW/process/7.AdvancedTopics.rst
+++ b/Documentation/translations/zh_TW/process/7.AdvancedTopics.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/7.AdvancedTopics.rst <development_advancedtopics>`
diff --git a/Documentation/translations/zh_TW/process/8.Conclusion.rst b/Documentation/translations/zh_TW/process/8.Conclusion.rst
index e35074f31f35..7572b17667d9 100644
--- a/Documentation/translations/zh_TW/process/8.Conclusion.rst
+++ b/Documentation/translations/zh_TW/process/8.Conclusion.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/8.Conclusion.rst <development_conclusion>`
diff --git a/Documentation/translations/zh_TW/process/code-of-conduct-interpretation.rst b/Documentation/translations/zh_TW/process/code-of-conduct-interpretation.rst
index 457ae49ba4d4..949d831aaf6c 100644
--- a/Documentation/translations/zh_TW/process/code-of-conduct-interpretation.rst
+++ b/Documentation/translations/zh_TW/process/code-of-conduct-interpretation.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/code-of-conduct-interpretation.rst <code_of_conduct_interpretation>`
diff --git a/Documentation/translations/zh_TW/process/code-of-conduct.rst b/Documentation/translations/zh_TW/process/code-of-conduct.rst
index b44fea4e167a..716e5843b6e9 100644
--- a/Documentation/translations/zh_TW/process/code-of-conduct.rst
+++ b/Documentation/translations/zh_TW/process/code-of-conduct.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/code-of-conduct.rst <code_of_conduct>`
diff --git a/Documentation/translations/zh_TW/process/coding-style.rst b/Documentation/translations/zh_TW/process/coding-style.rst
index 21a9fe298c86..61e614aad6a7 100644
--- a/Documentation/translations/zh_TW/process/coding-style.rst
+++ b/Documentation/translations/zh_TW/process/coding-style.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/coding-style.rst <codingstyle>`
diff --git a/Documentation/translations/zh_TW/process/development-process.rst b/Documentation/translations/zh_TW/process/development-process.rst
index cc25c554854e..45e6385647cd 100644
--- a/Documentation/translations/zh_TW/process/development-process.rst
+++ b/Documentation/translations/zh_TW/process/development-process.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/development-process.rst <development_process_main>`
diff --git a/Documentation/translations/zh_TW/process/email-clients.rst b/Documentation/translations/zh_TW/process/email-clients.rst
index 9b7c1acf0a87..4ba543d06f3b 100644
--- a/Documentation/translations/zh_TW/process/email-clients.rst
+++ b/Documentation/translations/zh_TW/process/email-clients.rst
@@ -1,4 +1,6 @@
-.. _tw_email_clients:
+.. SPDX-License-Identifier: GPL-2.0
+
+.. _tw_email_clients:
 
 .. include:: ../disclaimer-zh_TW.rst
 
diff --git a/Documentation/translations/zh_TW/process/embargoed-hardware-issues.rst b/Documentation/translations/zh_TW/process/embargoed-hardware-issues.rst
index 2cd100412655..d676cef16646 100644
--- a/Documentation/translations/zh_TW/process/embargoed-hardware-issues.rst
+++ b/Documentation/translations/zh_TW/process/embargoed-hardware-issues.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/embargoed-hardware-issues.rst <embargoed_hardware_issues>`
diff --git a/Documentation/translations/zh_TW/process/howto.rst b/Documentation/translations/zh_TW/process/howto.rst
index d1e3df96450a..2043691b92e3 100644
--- a/Documentation/translations/zh_TW/process/howto.rst
+++ b/Documentation/translations/zh_TW/process/howto.rst
@@ -1,4 +1,6 @@
-.. _tw_process_howto:
+.. SPDX-License-Identifier: GPL-2.0
+
+.. _tw_process_howto:
 
 .. include:: ../disclaimer-zh_TW.rst
 
diff --git a/Documentation/translations/zh_TW/process/index.rst b/Documentation/translations/zh_TW/process/index.rst
index 2f6ecb6515f6..ec7ad14bfd13 100644
--- a/Documentation/translations/zh_TW/process/index.rst
+++ b/Documentation/translations/zh_TW/process/index.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. raw:: latex
 
 	\renewcommand\thesection*
diff --git a/Documentation/translations/zh_TW/process/kernel-driver-statement.rst b/Documentation/translations/zh_TW/process/kernel-driver-statement.rst
index f833c1bf81d2..8f225379b12c 100644
--- a/Documentation/translations/zh_TW/process/kernel-driver-statement.rst
+++ b/Documentation/translations/zh_TW/process/kernel-driver-statement.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. _zh_process_statement_driver:
 
 .. include:: ../disclaimer-zh_TW.rst
diff --git a/Documentation/translations/zh_TW/process/kernel-enforcement-statement.rst b/Documentation/translations/zh_TW/process/kernel-enforcement-statement.rst
index 5e792edcd868..99e21d22800d 100644
--- a/Documentation/translations/zh_TW/process/kernel-enforcement-statement.rst
+++ b/Documentation/translations/zh_TW/process/kernel-enforcement-statement.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. _tw_process_statement_kernel:
 
 .. include:: ../disclaimer-zh_TW.rst
diff --git a/Documentation/translations/zh_TW/process/license-rules.rst b/Documentation/translations/zh_TW/process/license-rules.rst
index d48f2f605068..ad2b80f97123 100644
--- a/Documentation/translations/zh_TW/process/license-rules.rst
+++ b/Documentation/translations/zh_TW/process/license-rules.rst
@@ -1,5 +1,7 @@
 .. SPDX-License-Identifier: GPL-2.0
 
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/license-rules.rst <kernel_licensing>`
diff --git a/Documentation/translations/zh_TW/process/magic-number.rst b/Documentation/translations/zh_TW/process/magic-number.rst
index 491459ea792f..ae321a9aaece 100644
--- a/Documentation/translations/zh_TW/process/magic-number.rst
+++ b/Documentation/translations/zh_TW/process/magic-number.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. _tw_magicnumbers:
 
 .. include:: ../disclaimer-zh_TW.rst
diff --git a/Documentation/translations/zh_TW/process/management-style.rst b/Documentation/translations/zh_TW/process/management-style.rst
index 0fddb0115a4c..dce248470063 100644
--- a/Documentation/translations/zh_TW/process/management-style.rst
+++ b/Documentation/translations/zh_TW/process/management-style.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/management-style.rst <managementstyle>`
diff --git a/Documentation/translations/zh_TW/process/programming-language.rst b/Documentation/translations/zh_TW/process/programming-language.rst
index 0e4081c58b98..54e3699eadf8 100644
--- a/Documentation/translations/zh_TW/process/programming-language.rst
+++ b/Documentation/translations/zh_TW/process/programming-language.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>`
diff --git a/Documentation/translations/zh_TW/process/stable-api-nonsense.rst b/Documentation/translations/zh_TW/process/stable-api-nonsense.rst
index 344f3d3dc793..22caa5b8d422 100644
--- a/Documentation/translations/zh_TW/process/stable-api-nonsense.rst
+++ b/Documentation/translations/zh_TW/process/stable-api-nonsense.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. _tw_stable_api_nonsense:
 
 .. include:: ../disclaimer-zh_TW.rst
diff --git a/Documentation/translations/zh_TW/process/stable-kernel-rules.rst b/Documentation/translations/zh_TW/process/stable-kernel-rules.rst
index d66306fa6dc8..9bb0d9b4f3ac 100644
--- a/Documentation/translations/zh_TW/process/stable-kernel-rules.rst
+++ b/Documentation/translations/zh_TW/process/stable-kernel-rules.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. _tw_stable_kernel_rules:
 
 .. include:: ../disclaimer-zh_TW.rst
diff --git a/Documentation/translations/zh_TW/process/submit-checklist.rst b/Documentation/translations/zh_TW/process/submit-checklist.rst
index 52d435814da1..ff2f89cba83f 100644
--- a/Documentation/translations/zh_TW/process/submit-checklist.rst
+++ b/Documentation/translations/zh_TW/process/submit-checklist.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. include:: ../disclaimer-zh_TW.rst
 
 :Original: :ref:`Documentation/process/submit-checklist.rst <submitchecklist>`
diff --git a/Documentation/translations/zh_TW/process/submitting-drivers.rst b/Documentation/translations/zh_TW/process/submitting-drivers.rst
index 9727d27c362b..2fdd742318ba 100644
--- a/Documentation/translations/zh_TW/process/submitting-drivers.rst
+++ b/Documentation/translations/zh_TW/process/submitting-drivers.rst
@@ -1,4 +1,6 @@
-.. _tw_submittingdrivers:
+.. SPDX-License-Identifier: GPL-2.0
+
+.. _tw_submittingdrivers:
 
 .. include:: ../disclaimer-zh_TW.rst
 
diff --git a/Documentation/translations/zh_TW/process/submitting-patches.rst b/Documentation/translations/zh_TW/process/submitting-patches.rst
index 3b7dd4c73e0b..cdf0b52e4a98 100644
--- a/Documentation/translations/zh_TW/process/submitting-patches.rst
+++ b/Documentation/translations/zh_TW/process/submitting-patches.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. _tw_submittingpatches:
 
 .. include:: ../disclaimer-zh_TW.rst
diff --git a/Documentation/translations/zh_TW/process/volatile-considered-harmful.rst b/Documentation/translations/zh_TW/process/volatile-considered-harmful.rst
index 5bf923489d05..097fe80352cb 100644
--- a/Documentation/translations/zh_TW/process/volatile-considered-harmful.rst
+++ b/Documentation/translations/zh_TW/process/volatile-considered-harmful.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 .. _tw_volatile_considered_harmful:
 
 .. include:: ../disclaimer-zh_TW.rst
-- 
2.25.1


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

* Re: [PATCH v3 3/4] docs/zh_TW: fix an issue while building
  2021-07-03 14:31 ` [PATCH v3 3/4] docs/zh_TW: fix an issue while building Hu Haowen
@ 2021-07-12 17:10   ` Jonathan Corbet
  2021-07-14  3:57     ` Hu Haowen
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2021-07-12 17:10 UTC (permalink / raw)
  To: Hu Haowen; +Cc: linux-doc, linux-kernel

Hu Haowen <src.res@email.cn> writes:

> When building the documentation, the following issue was reported:
>
>     /home/src-resources/Coding/Projects/Other-Projects/Linux/Documentation/
>     translations/zh_TW/admin-guide/reporting-issues.rst:712: WARNING:
>     duplicate label translations/zh_tw/admin-guide/reporting-issues:
>     檢查「汙染」標誌, other instance in /home/src-resources/Coding/Projects/
>     Other-Projects/Linux/Documentation/translations/zh_TW/admin-guide/
>     reporting-issues.rst
>
> Consequently, replace "檢查「汙染」標誌" with "檢測「汙染」標誌" to
> solve it.
>
> Signed-off-by: Hu Haowen <src.res@email.cn>

Please, just update the original patch to not introduce the error in the
first place.  While you are at it, add the SPDX headers when you first
add the files rather than fixing it up afterward.

This is a vast amount of material that I am absolutely incapable of
making any sort of informed decision on.  Is there any chance that
somebody can review this work?

Thanks,

jon

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

* Re: [PATCH v3 3/4] docs/zh_TW: fix an issue while building
  2021-07-12 17:10   ` Jonathan Corbet
@ 2021-07-14  3:57     ` Hu Haowen
  0 siblings, 0 replies; 4+ messages in thread
From: Hu Haowen @ 2021-07-14  3:57 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-doc, linux-kernel


在 2021/7/13 上午1:10, Jonathan Corbet 写道:
> Hu Haowen <src.res@email.cn> writes:
>
>> When building the documentation, the following issue was reported:
>>
>>     /home/src-resources/Coding/Projects/Other-Projects/Linux/Documentation/
>>     translations/zh_TW/admin-guide/reporting-issues.rst:712: WARNING:
>>     duplicate label translations/zh_tw/admin-guide/reporting-issues:
>>     檢查「汙染」標誌, other instance in /home/src-resources/Coding/Projects/
>>     Other-Projects/Linux/Documentation/translations/zh_TW/admin-guide/
>>     reporting-issues.rst
>>
>> Consequently, replace "檢查「汙染」標誌" with "檢測「汙染」標誌" to
>> solve it.
>>
>> Signed-off-by: Hu Haowen <src.res@email.cn>
> Please, just update the original patch to not introduce the error in the
> first place.  While you are at it, add the SPDX headers when you first
> add the files rather than fixing it up afterward.


Thanks for your notification. I'll pay more attention next time.


> This is a vast amount of material that I am absolutely incapable of
> making any sort of informed decision on.  Is there any chance that
> somebody can review this work?


I've already checked the files line by line and everything goes well.
Considering nobody who is accustomed to the language can be contacted
at the moment, you're able to apply these changes.

Thx,
Hu Haowen


> Thanks,
>
> jon


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

end of thread, other threads:[~2021-07-14  3:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20210703143130.18349-1-src.res@email.cn>
2021-07-03 14:31 ` [PATCH v3 3/4] docs/zh_TW: fix an issue while building Hu Haowen
2021-07-12 17:10   ` Jonathan Corbet
2021-07-14  3:57     ` Hu Haowen
2021-07-03 14:31 ` [PATCH v3 4/4] docs/zh_TW: add SPDX-License-Identifiers for translations in zh_TW/process Hu Haowen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).