diff options
| author | Nils Schneider <[email protected]> | 2012-03-16 19:03:43 +0100 |
|---|---|---|
| committer | Nils Schneider <[email protected]> | 2012-03-16 19:03:43 +0100 |
| commit | 6c757e99f3e6a01ff006a8d499237d18607e5753 (patch) | |
| tree | f2cd52c89da3be109cc275f6cf24b72b1b9ae16e /doc | |
| parent | Merge pull request #941 from laanwj/2012_03_newminimizetray (diff) | |
| download | discoin-6c757e99f3e6a01ff006a8d499237d18607e5753.tar.xz discoin-6c757e99f3e6a01ff006a8d499237d18607e5753.zip | |
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 cf1000573..06ebe711f 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/` + |