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

Add Korean localization (from woosuk park)

This commit is contained in:
Virgil Dupras
2015-04-12 22:22:00 -04:00
parent 23b29eb5c3
commit 0068e7b85a
6 changed files with 1185 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ from qtlib.preferences import LANGNAMES
tr = trget('ui')
SUPPORTED_LANGUAGES = [
'en', 'fr', 'de', 'zh_CN', 'cs', 'it', 'hy', 'ru', 'uk', 'pt_BR', 'vi', 'pl_PL',
'en', 'fr', 'de', 'zh_CN', 'cs', 'it', 'hy', 'ru', 'uk', 'pt_BR', 'vi', 'pl_PL', 'ko',
]
class PreferencesDialogBase(QDialog):