mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Tweaked italian loc and added italian support in Cocoa and Qt layers.
This commit is contained in:
@@ -16,13 +16,14 @@ from qtlib.util import horizontalWrap
|
||||
|
||||
tr = trget('ui')
|
||||
|
||||
SUPPORTED_LANGUAGES = ['en', 'fr', 'de', 'zh_CN', 'cs']
|
||||
SUPPORTED_LANGUAGES = ['en', 'fr', 'de', 'zh_CN', 'cs', 'it']
|
||||
LANGNAMES = {
|
||||
'en': tr("English"),
|
||||
'fr': tr("French"),
|
||||
'de': tr("German"),
|
||||
'zh_CN': tr("Chinese (Simplified)"),
|
||||
'cs': tr("Czech"),
|
||||
'it': tr("Italian"),
|
||||
}
|
||||
|
||||
class PreferencesDialogBase(QDialog):
|
||||
|
||||
Reference in New Issue
Block a user