diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-04-30 09:46:04 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-05-01 10:16:06 +0200 |
| commit | 9dd5d7924408c5126f4da08c717bf0e3fb29240c (patch) | |
| tree | 92e44f9af04b4a7e5012c06488eb8b5bcb7cea2e /contrib/devtools/README.md | |
| parent | qt: add transifex configuration file (diff) | |
| download | discoin-9dd5d7924408c5126f4da08c717bf0e3fb29240c.tar.xz discoin-9dd5d7924408c5126f4da08c717bf0e3fb29240c.zip | |
devtools: add a script to fetch and postprocess translations
Run this script from the root of the repository to update all translations from transifex.
It will do the following automatically:
- create a transifex configuration file
- fetch all translations
- post-process them into valid and committable format
Diffstat (limited to 'contrib/devtools/README.md')
| -rw-r--r-- | contrib/devtools/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 697a714a4..a57b4e561 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -69,3 +69,15 @@ If there are 'unsupported' symbols, the return value will be 1 a list like this .../64/test_bitcoin: symbol std::out_of_range::~out_of_range() from unsupported version GLIBCXX_3.4.15 .../64/test_bitcoin: symbol _ZNSt8__detail15_List_nod from unsupported version GLIBCXX_3.4.15 +update-translations.py +======================= + +Run this script from the root of the repository to update all translations from transifex. +It will do the following automatically: + +- fetch all translations +- post-process them into valid and committable format +- add missing translations to the build system (TODO) + +See doc/translation-process.md for more information. + |