aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-07-26 04:18:59 +0200
committerWladimir J. van der Laan <[email protected]>2012-07-26 04:20:21 +0200
commitebeafe5b0bdaf62b95b74f66610f0e4867613edf (patch)
treed7630ef33a374ece2a35b077bb4a0ef0b1b5b467 /doc
parentMerge pull request #1624 from Diapolo/fix_typo_log_file (diff)
downloaddiscoin-ebeafe5b0bdaf62b95b74f66610f0e4867613edf.tar.xz
discoin-ebeafe5b0bdaf62b95b74f66610f0e4867613edf.zip
Update translation messages
- No core strings changed since last time - Re-add line numbers in .ts file as this is marginally easier for translators (see #1227)
Diffstat (limited to 'doc')
-rw-r--r--doc/translation_process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md
index c48302098..7ef22d83b 100644
--- a/doc/translation_process.md
+++ b/doc/translation_process.md
@@ -37,7 +37,7 @@ by running `lupdate` (included in the Qt SDK). Also, a custom script is used
to extract strings from the non-Qt parts:
python share/qt/extract_strings_qt.py
- lupdate bitcoin-qt.pro -no-obsolete -locations none -ts src/qt/locale/bitcoin_en.ts
+ lupdate bitcoin-qt.pro -no-obsolete -locations relative -ts src/qt/locale/bitcoin_en.ts
##### Handling of plurals in the source file