add shell one-liner for updating translations in bitcoin.qrc
This commit is contained in:
parent
8e910c89b8
commit
6c757e99f3
@ -60,4 +60,6 @@ will help with fetching new translations from transifex.
|
|||||||
|
|
||||||
1. `tx pull -a`
|
1. `tx pull -a`
|
||||||
2. update `src/qt/bitcoin.qrc`
|
2. update `src/qt/bitcoin.qrc`
|
||||||
|
`ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/<file alias="\2">locale/\1.qm<\/file>/'`
|
||||||
3. `git add` new translations from `src/qt/locale/`
|
3. `git add` new translations from `src/qt/locale/`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user