diff options
| author | fanquake <[email protected]> | 2019-08-20 11:14:00 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-08-20 11:14:00 +0800 |
| commit | 3d50fe2c1fb566501257fc16d4606e06f518a0bb (patch) | |
| tree | df69663de3cfb886b32da6ecde3c7eb0ad5aa800 /contrib/devtools/README.md | |
| parent | Merge #16611: build: Remove src/obj directory from repository (diff) | |
| download | discoin-3d50fe2c1fb566501257fc16d4606e06f518a0bb.tar.xz discoin-3d50fe2c1fb566501257fc16d4606e06f518a0bb.zip | |
scripts: move update-translations.py to maintainer-tools repo
Diffstat (limited to 'contrib/devtools/README.md')
| -rw-r--r-- | contrib/devtools/README.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 3d1024c7a..04fa02484 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -120,18 +120,6 @@ 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. - circular-dependencies.py ======================== |