Skip to content

Commit ece38a6

Browse files
committed
Update translations and add Simplified Chinese
1 parent 4e8780b commit ece38a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+104771
-75364
lines changed

src/mainwindow.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,10 @@ void MainWindow::setupSettingsMenu()
13561356
m_languagesGroup);
13571357
a->setCheckable(true);
13581358
a->setData("zh_CN");
1359+
a = new QAction(QLocale::languageToString(QLocale::Chinese).append(" (Simplified)"),
1360+
m_languagesGroup);
1361+
a->setCheckable(true);
1362+
a->setData("zh-Hans");
13591363
a = new QAction(QLocale::languageToString(QLocale::Chinese).append(" (Taiwan)"),
13601364
m_languagesGroup);
13611365
a->setCheckable(true);

translations/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ set(LANGUAGES
4646
tr
4747
uk
4848
zh_CN
49+
zh-Hans
4950
zh_TW
5051
)
5152

translations/shotcut_ar.ts

Lines changed: 2050 additions & 1863 deletions
Large diffs are not rendered by default.

translations/shotcut_ca.ts

Lines changed: 2066 additions & 1876 deletions
Large diffs are not rendered by default.

translations/shotcut_cs.ts

Lines changed: 2050 additions & 1865 deletions
Large diffs are not rendered by default.

translations/shotcut_da.ts

Lines changed: 2050 additions & 1865 deletions
Large diffs are not rendered by default.

translations/shotcut_de.ts

Lines changed: 2078 additions & 1883 deletions
Large diffs are not rendered by default.

translations/shotcut_el.ts

Lines changed: 2050 additions & 1865 deletions
Large diffs are not rendered by default.

translations/shotcut_en_GB.ts

Lines changed: 2060 additions & 1868 deletions
Large diffs are not rendered by default.

translations/shotcut_es.ts

Lines changed: 2099 additions & 1903 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)