Apply translation for "normal" mode

This commit is contained in:
Ilya Kitaev
2016-07-19 23:45:12 +03:00
parent a9339838ac
commit 39b88daf32
10 changed files with 122 additions and 134 deletions

View File

@@ -147,6 +147,7 @@ Rectangle {
// persist settings
appWindow.persistentSettings.language = settings.language
appWindow.persistentSettings.locale = settings.locale
appWindow.persistentSettings.account_name = settings.account_name
appWindow.persistentSettings.wallet_path = settings.wallet_path
appWindow.persistentSettings.allow_background_mining = settings.allow_background_mining

View File

@@ -45,19 +45,6 @@ Item {
}
// function retranslateUi() {
// welcomeText.text = qsTr("Welcome")
// }
// Connections {
// target: translationManager
// onEmptyStringChanged: {
// console.log("languageChanged")
// retranslateUi()
// }
// }
Column {
id: headerColumn
anchors.left: parent.left
@@ -132,9 +119,6 @@ Item {
width: gridView.cellWidth
height: gridView.cellHeight
Rectangle {
id: flagRect
width: 60; height: 60