Add 简体中文 to GeneralPage.qml

This commit is contained in:
PCDotFan 2017-06-27 10:29:21 +08:00
parent 7e222ed16a
commit 17a7bd7ae9

View File

@ -158,6 +158,7 @@ UM.PreferencesPage
append({ text: "Português do Brasil", code: "ptbr" })
append({ text: "Русский", code: "ru" })
append({ text: "Türkçe", code: "tr" })
append({ text: "简体中文", code: "zh_CN" })
}
}