Remove dependency from i18n docs and fix JSON error in Chinese file (#963)
This commit is contained in:
committed by
GitHub
parent
c1c6a370a5
commit
306edec32d
+4
-2
@@ -18,13 +18,15 @@ modify all `nw_XX.ts` slightly, but please _don't_ commit those changes to the p
|
|||||||
|
|
||||||
## Qt5 GUI Localisation
|
## 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:
|
For Ubuntu/Debian, run:
|
||||||
```bash
|
```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
|
### Workflow
|
||||||
|
|
||||||
Here's an overview of the localisation workflow:
|
Here's an overview of the localisation workflow:
|
||||||
|
|||||||
@@ -101,5 +101,5 @@
|
|||||||
"96": "九十六",
|
"96": "九十六",
|
||||||
"97": "九十七",
|
"97": "九十七",
|
||||||
"98": "九十八",
|
"98": "九十八",
|
||||||
"99": "九十九",
|
"99": "九十九"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user