update language lists and add item in ui.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
static const char* gLanguageLocales[] =
|
||||
{
|
||||
"", "cs_CZ", "de_DE", "en_US", "fr_FR", "pt_PT", "es_ES"
|
||||
"", "cs_CZ", "de_DE", "en_US", "fr_FR", "pt_PT", "es_ES", "zh_CN"
|
||||
};
|
||||
|
||||
lcQPreferencesDialog::lcQPreferencesDialog(QWidget* Parent, lcPreferencesDialogOptions* Options)
|
||||
|
||||
@@ -80,6 +80,11 @@
|
||||
<string>Español</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>简体中文</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
|
||||
Reference in New Issue
Block a user