diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-10-04 08:13:37 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-10-04 08:13:37 +0200 |
commit | f1e262c8e1b317b6c23d1a113ec4fce115f7a6f8 (patch) | |
tree | a4a6cf160d0611eaec55fcfc7ed4ac509eba7c51 /doc | |
parent | 0547b02af78dcf2d84e4905b56c7f95d9582b2f9 (diff) |
Translation update for 0.7.1
Also clarify translation process that the package `gettext` is needed to run string extractor.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/translation_process.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md index 7ef22d83b0..1724e95378 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -34,7 +34,9 @@ This directory contains all translations. Filenames must adhere to this format: source for all other translations. Whenever a string in the code is changed this file must be updated to reflect those changes. This can be accomplished by running `lupdate` (included in the Qt SDK). Also, a custom script is used -to extract strings from the non-Qt parts: +to extract strings from the non-Qt parts. This script makes use of `gettext`, +so make sure that utility is installed (ie, `apt-get install gettext` on +Ubuntu/Debian): python share/qt/extract_strings_qt.py lupdate bitcoin-qt.pro -no-obsolete -locations relative -ts src/qt/locale/bitcoin_en.ts |