follow-up of 1a97b22 #4185
[contrib] delete qt_translations.py #8781
pull MarcoFalke wants to merge 1 commits into bitcoin:master from MarcoFalke:Mf1609-deleteQtTrans changing 1 files +0 −25-
MarcoFalke commented at 7:46 PM on September 21, 2016: member
-
faf87aff16
[contrib] delete qt_translations.py
follow-up of 1a97b22 #4185
- MarcoFalke added the label GUI on Sep 21, 2016
- MarcoFalke added the label Build system on Sep 21, 2016
- MarcoFalke added the label Scripts and tools on Sep 21, 2016
-
laanwj commented at 1:41 AM on September 22, 2016: member
ACK faf87af
This is definitely outdated, I've never ever used this script. There is this section in
translation_process.mdthat is followed when adding new translations:### Synchronising translations To assist in updating translations, we have created a script to help. 1. `python contrib/devtools/update-translations.py` 2. Update `src/qt/bitcoin_locale.qrc` manually or via `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/<file alias="\2">locale\/\1.qm<\/file>/'` 3. Update `src/Makefile.qt.include` manually or via `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/ qt\/locale\/\1.ts \\/'` 4. `git add` new translations from `src/qt/locale/`This is not entirely automated because judging new translations is somewhat of a manual judgement (is it sane, does it cover enough, etc).
- laanwj merged this on Sep 22, 2016
- laanwj closed this on Sep 22, 2016
- laanwj referenced this in commit ca69ef4880 on Sep 22, 2016
- MarcoFalke deleted the branch on Sep 22, 2016
- codablock referenced this in commit 6ef2d91a74 on Sep 19, 2017
- codablock referenced this in commit 24c69691c2 on Jan 11, 2018
- andvgal referenced this in commit 1e9baf6ec5 on Jan 6, 2019
- MarcoFalke locked this on Sep 8, 2021
Contributors