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,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