mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add Spanish to the list of no-contraction languages in the tag browser.
This commit is contained in:
parent
a765fcfe79
commit
093390884a
@ -354,7 +354,7 @@ class TagsModel(QAbstractItemModel): # {{{
|
||||
self.category_nodes.append(node)
|
||||
self._create_node_tree(data, state_map)
|
||||
|
||||
langs_no_span_contractions = frozenset(["en", "it", "ru", "nl", "de", "fr"])
|
||||
langs_no_span_contractions = frozenset(['en', 'it', 'ru', 'nl', 'de', 'fr', 'es'])
|
||||
|
||||
def _create_node_tree(self, data, state_map):
|
||||
sort_by = config['sort_tags_by']
|
||||
|
Loading…
x
Reference in New Issue
Block a user