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

Brazilian localization by Victor Figueiredo.

This commit is contained in:
Virgil Dupras
2012-07-03 12:42:23 -04:00
parent 4200f2a090
commit 16e4a5fddd
14 changed files with 1375 additions and 12 deletions

View File

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