1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

Added Armenian loc by Hrant Ohanyan. Also, fixed the dgpe Cocoa project which was broken.

This commit is contained in:
Virgil Dupras
2011-12-08 11:06:25 -05:00
parent 185cdbb6fa
commit ca602480d9
21 changed files with 1657 additions and 264 deletions

View File

@@ -16,7 +16,7 @@ from qtlib.util import horizontalWrap
tr = trget('ui')
SUPPORTED_LANGUAGES = ['en', 'fr', 'de', 'zh_CN', 'cs', 'it']
SUPPORTED_LANGUAGES = ['en', 'fr', 'de', 'zh_CN', 'cs', 'it', 'hy']
LANGNAMES = {
'en': tr("English"),
'fr': tr("French"),
@@ -24,6 +24,7 @@ LANGNAMES = {
'zh_CN': tr("Chinese (Simplified)"),
'cs': tr("Czech"),
'it': tr("Italian"),
'hy': tr("Armenian"),
}
class PreferencesDialogBase(QDialog):