french translation
This commit is contained in:
parent
a90bd889a9
commit
371ae6a622
3 changed files with 3 additions and 2 deletions
|
@ -135,7 +135,7 @@ class MainWindow(QtGui.QMainWindow):
|
||||||
Form.setObjectName("left_bottom")
|
Form.setObjectName("left_bottom")
|
||||||
Form.resize(500, 60)
|
Form.resize(500, 60)
|
||||||
self.online_contacts = QtGui.QCheckBox(Form)
|
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.setObjectName("online_contacts")
|
||||||
self.online_contacts.clicked.connect(self.filtering)
|
self.online_contacts.clicked.connect(self.filtering)
|
||||||
self.contact_name = QtGui.QLineEdit(Form)
|
self.contact_name = QtGui.QLineEdit(Form)
|
||||||
|
|
|
@ -65,7 +65,8 @@ class Settings(Singleton, dict):
|
||||||
def supported_languages():
|
def supported_languages():
|
||||||
return [
|
return [
|
||||||
('English', 'en_EN'),
|
('English', 'en_EN'),
|
||||||
('Russian', 'ru_RU')
|
('Russian', 'ru_RU'),
|
||||||
|
('French', 'fr_FR')
|
||||||
]
|
]
|
||||||
|
|
||||||
def save(self):
|
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 a new issue