Translation update for 0.7.1

Also clarify translation process that the package `gettext` is needed to run string extractor.
This commit is contained in:
Wladimir J. van der Laan
2012-10-04 08:13:37 +02:00
parent 0547b02af7
commit f1e262c8e1
3 changed files with 171 additions and 128 deletions

View File

@@ -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