diff --git a/qml/main.qml b/qml/main.qml index f744149..2dff258 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -22,7 +22,7 @@ FishUI.Window { Menu { id: helpMenu - title: qsTr("&Help") + title: qsTr("Help") MenuItem { text: qsTr("About") diff --git a/translations/en_US.ts b/translations/en_US.ts index fa515d0..586e3e0 100644 --- a/translations/en_US.ts +++ b/translations/en_US.ts @@ -4,9 +4,24 @@ main - + Calculator + + + Help + + + + + About + + + + + A simple calculator + + diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts index 4215682..a490091 100644 --- a/translations/zh_CN.ts +++ b/translations/zh_CN.ts @@ -1,12 +1,27 @@ - + main - + Calculator 计算器 + + + Help + 帮助 + + + + About + 关于 + + + + A simple calculator + 一个简单的计算器 +