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:
@@ -10,8 +10,10 @@ from hscommon.trans import tr
|
||||
from core.prioritize import (KindCategory, FolderCategory, FilenameCategory, NumericalCategory,
|
||||
SizeCategory, MtimeCategory)
|
||||
|
||||
coltr = lambda s: tr(s, 'columns')
|
||||
|
||||
class DimensionsCategory(NumericalCategory):
|
||||
NAME = tr("Dimensions")
|
||||
NAME = coltr("Dimensions")
|
||||
|
||||
def extract_value(self, dupe):
|
||||
return dupe.dimensions
|
||||
|
||||
Reference in New Issue
Block a user