diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-10-04 01:49:25 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-10-04 01:49:25 -0700 |
| commit | c0b130b79ba720cb6ef4d2c2bb1d422a9386f650 (patch) | |
| tree | b03c93034ab297ff9cf5dd0294517e8d661cccf3 /doc | |
| parent | Merge branch '2012_09_fixwformat' of github.com:laanwj/bitcoin (diff) | |
| parent | Pull changed translations from transifex (diff) | |
| download | discoin-c0b130b79ba720cb6ef4d2c2bb1d422a9386f650.tar.xz discoin-c0b130b79ba720cb6ef4d2c2bb1d422a9386f650.zip | |
Merge pull request #1907 from laanwj/2012_10_translations
Translation update for 0.7.1
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 7ef22d83b..1724e9537 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 |