Add Spanish to the list of no-contraction languages in the tag browser.

This commit is contained in:
Charles Haley 2012-07-05 12:48:19 +02:00
parent a765fcfe79
commit 093390884a

View File

@ -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']