diff --git a/i18n/README.md b/i18n/README.md index f1412092..6b5f5b48 100644 --- a/i18n/README.md +++ b/i18n/README.md @@ -18,13 +18,15 @@ modify all `nw_XX.ts` slightly, but please _don't_ commit those changes to the p ## Qt5 GUI Localisation -You will need the tools Qt 5 Linguist and the PyQt5 tool `pylupdate5` installed on your system. +You will need the translation tool Qt 5 Linguist on your system. For Ubuntu/Debian, run: ```bash -sudo apt install qttools5-dev-tools pyqt5-dev-tools +sudo apt install qttools5-dev-tools ``` +See also [Qt Linguist Manual: Translators](https://doc.qt.io/qt-5/linguist-translators.html). + ### Workflow Here's an overview of the localisation workflow: diff --git a/novelwriter/assets/i18n/project_zh_CN.json b/novelwriter/assets/i18n/project_zh_CN.json index f1cbf274..2254ebce 100644 --- a/novelwriter/assets/i18n/project_zh_CN.json +++ b/novelwriter/assets/i18n/project_zh_CN.json @@ -101,5 +101,5 @@ "96": "九十六", "97": "九十七", "98": "九十八", - "99": "九十九", + "99": "九十九" }