From a16e609763dc3689d0f8f98aade9537511cf332b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 Feb 2025 13:16:30 +0530 Subject: [PATCH] ... --- resources/default_tweaks.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index ae29a0d31f..8d0cf3e23c 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -585,8 +585,11 @@ calendar_start_day_of_week = 'Default' # Setting this tweak will make calibre use the specified language as the "base" # language when transliterating East Asian languages to English. This might be # useful if you run calibre in English but want text transliterated to -# Japanese instead of Chinese. The valid values are 'ja' for Japanese, 'kr' for Korean, -# 'vn' for Vietnamese, 'zh' for Chinese. +# Japanese instead of Chinese. The valid values are: +# 'ja' for Japanese +# 'kr' for Korean +# 'vn' for Vietnamese +# 'zh' for Chinese # Any other value will use the language set in calibre preferences as the base # language. A base language other than those in the above list causes transliteration # with a base language of Chinese.