From 6c757e99f3e6a01ff006a8d499237d18607e5753 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 16 Mar 2012 19:03:43 +0100 Subject: [PATCH] add shell one-liner for updating translations in bitcoin.qrc --- doc/translation_process.md | 2 ++ 1 file changed, 2 insertions(+) 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/locale/\1.qm<\/file>/'` 3. `git add` new translations from `src/qt/locale/` +