mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
autotools: update translation docs
This commit is contained in:
parent
035ddf6f6b
commit
a0c3ab7ed1
@ -32,14 +32,13 @@ This directory contains all translations. Filenames must adhere to this format:
|
||||
|
||||
`src/qt/locale/bitcoin_en.ts` is treated in a special way. It is used as the
|
||||
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
|
||||
this file must be updated to reflect those changes. A custom script is used
|
||||
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
|
||||
Ubuntu/Debian). Once this has been updated, lupdate (included in the Qt SDK)
|
||||
is used to update bitcoin_en.ts. This process has been automated, from src/qt,
|
||||
simply run:
|
||||
make translate
|
||||
|
||||
##### Handling of plurals in the source file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user