1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

[#138] Updated localizations so they include new strings from the pri-dialog.

This commit is contained in:
Virgil Dupras
2011-09-16 18:01:56 -04:00
parent 26e81a8cbf
commit 818bc908a0
37 changed files with 467 additions and 146 deletions

View File

@@ -10,6 +10,7 @@ from hscommon.util import format_size
from hscommon.trans import tr as trbase
from core.data import (format_timestamp, format_words, format_perc, format_dupe_count, cmp_value,
Column)
from core import prioritize
tr = lambda s: trbase(s, 'columns')
@@ -72,3 +73,6 @@ def GetGroupSortKey(group, key):
if key == DUPECOUNT_COL:
return len(group)
return cmp_value(getattr(group.ref, COLUMNS[key].attr, ''))
def prioritization_categories():
return prioritize.all_categories()