aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/README.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-05-02 11:50:56 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-05-02 11:50:59 +0200
commit583df73acd748db366f5367590ca2860ab4f227d (patch)
tree23307000a83c4d14b255cd9ce02666f5f561c156 /contrib/devtools/README.md
parentb397248436f70bda48f82ddcbaf4bdf7574d7e51 (diff)
parent3a54ad9abae1fab4e5caa42a2375850ffb88588d (diff)
Merge pull request #4110
3a54ad9 Full translation update (Wladimir J. van der Laan) 9dd5d79 devtools: add a script to fetch and postprocess translations (Wladimir J. van der Laan) 58c01a3 qt: add transifex configuration file (Wladimir J. van der Laan)
Diffstat (limited to 'contrib/devtools/README.md')
-rw-r--r--contrib/devtools/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md
index 697a714a47..a57b4e561e 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.
+