aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/translation_process.md2
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/`
+