diff options
author | Nils Schneider <nils.schneider@gmail.com> | 2012-03-16 19:03:43 +0100 |
---|---|---|
committer | Nils Schneider <nils.schneider@gmail.com> | 2012-03-16 19:03:43 +0100 |
commit | 6c757e99f3e6a01ff006a8d499237d18607e5753 (patch) | |
tree | f2cd52c89da3be109cc275f6cf24b72b1b9ae16e /doc | |
parent | 8e910c89b8fe4a547d50c8d65606c78d9e27ca30 (diff) |
add shell one-liner for updating translations in bitcoin.qrc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/translation_process.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md index cf1000573f..06ebe711f1 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -60,4 +60,6 @@ will help with fetching new translations from transifex. 1. `tx pull -a` 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/` + |