diff options
author | Akira Yokosawa <[email protected]> | 2021-08-09 10:29:09 +0900 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2021-08-12 09:13:33 -0600 |
commit | e0d14a5d2ff1bec970b820181d45d2e75369030b (patch) | |
tree | 3a6fb47da47e8b2a0e2035b98951c9e20b4202ad | |
parent | 29ac9822358f0680e4020a15dcfea1c76011e872 (diff) |
docs: pdfdocs: Enable language-specific font choice of zh_TW translations
The "TC" variants are supposed to be the choice for traditional
Chinese documents.
Signed-off-by: Akira Yokosawa <[email protected]>
Reviewed-by: Hu Haowen <[email protected]>
Tested-by: Hu Haowen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/translations/zh_TW/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/translations/zh_TW/index.rst b/Documentation/translations/zh_TW/index.rst index 76981b2111f6..c02c4b5281e6 100644 --- a/Documentation/translations/zh_TW/index.rst +++ b/Documentation/translations/zh_TW/index.rst @@ -5,6 +5,7 @@ \renewcommand\thesection* \renewcommand\thesubsection* \kerneldocCJKon + \kerneldocBeginTC .. _linux_doc_zh_tw: @@ -162,3 +163,6 @@ TODOList: * :ref:`genindex` +.. raw:: latex + + \kerneldocEndTC |