french translation
This commit is contained in:
parent
a90bd889a9
commit
371ae6a622
@ -135,7 +135,7 @@ class MainWindow(QtGui.QMainWindow):
|
||||
Form.setObjectName("left_bottom")
|
||||
Form.resize(500, 60)
|
||||
self.online_contacts = QtGui.QCheckBox(Form)
|
||||
self.online_contacts.setGeometry(QtCore.QRect(0, 0, 140, 20))
|
||||
self.online_contacts.setGeometry(QtCore.QRect(0, 0, 250, 20))
|
||||
self.online_contacts.setObjectName("online_contacts")
|
||||
self.online_contacts.clicked.connect(self.filtering)
|
||||
self.contact_name = QtGui.QLineEdit(Form)
|
||||
|
@ -65,7 +65,8 @@ class Settings(Singleton, dict):
|
||||
def supported_languages():
|
||||
return [
|
||||
('English', 'en_EN'),
|
||||
('Russian', 'ru_RU')
|
||||
('Russian', 'ru_RU'),
|
||||
('French', 'fr_FR')
|
||||
]
|
||||
|
||||
def save(self):
|
||||
|
BIN
src/translations/fr_FR.qm
Normal file
BIN
src/translations/fr_FR.qm
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user