mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-13 17:45:26 +01:00
...
This commit is contained in:
commit
6f24d3afa1
1 changed files with 3 additions and 1 deletions
|
|
@ -196,7 +196,9 @@
|
|||
# set to 'strictly_alphabetic', the series will be sent without change.
|
||||
# For example, if the tweak is set to library_order, "The Lord of the Rings"
|
||||
# will become "Lord of the Rings, The". If the tweak is set to
|
||||
# strictly_alphabetic, it would remain "The Lord of the Rings".
|
||||
# strictly_alphabetic, it would remain "The Lord of the Rings". Note that the
|
||||
# formatter function raw_field will return the base value for title and
|
||||
# series regardless of the setting of this tweak.
|
||||
save_template_title_series_sorting = 'library_order'
|
||||
|
||||
#: Set the list of words considered to be "articles" for sort strings
|
||||
|
|
|
|||
Loading…
Reference in a new issue