This commit is contained in:
Kovid Goyal 2025-02-07 13:16:30 +05:30
parent 96829d89fd
commit a16e609763
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -585,8 +585,11 @@ calendar_start_day_of_week = 'Default'
# Setting this tweak will make calibre use the specified language as the "base" # Setting this tweak will make calibre use the specified language as the "base"
# language when transliterating East Asian languages to English. This might be # language when transliterating East Asian languages to English. This might be
# useful if you run calibre in English but want text transliterated to # 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, # Japanese instead of Chinese. The valid values are:
# 'vn' for Vietnamese, 'zh' for Chinese. # '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 # 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 # language. A base language other than those in the above list causes transliteration
# with a base language of Chinese. # with a base language of Chinese.