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

Add Polish localization (from mstefanski1987)

This commit is contained in:
Virgil Dupras
2015-04-12 21:53:45 -04:00
parent dba231cf21
commit 23b29eb5c3
6 changed files with 1222 additions and 25 deletions

View File

@@ -19,7 +19,9 @@ from qtlib.preferences import LANGNAMES
tr = trget('ui')
SUPPORTED_LANGUAGES = ['en', 'fr', 'de', 'zh_CN', 'cs', 'it', 'hy', 'ru', 'uk', 'pt_BR', 'vi']
SUPPORTED_LANGUAGES = [
'en', 'fr', 'de', 'zh_CN', 'cs', 'it', 'hy', 'ru', 'uk', 'pt_BR', 'vi', 'pl_PL',
]
class PreferencesDialogBase(QDialog):
def __init__(self, parent, app, **kwargs):