Remove dependency from i18n docs and fix JSON error in Chinese file (#963)

This commit is contained in:
Veronica Berglyd Olsen
2022-01-18 09:44:49 +01:00
committed by GitHub
parent c1c6a370a5
commit 306edec32d
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -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:
+1 -1
View File
@@ -101,5 +101,5 @@
"96": "九十六",
"97": "九十七",
"98": "九十八",
"99": "九十九",
"99": "九十九"
}