aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-04-09 20:11:08 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-04-11 14:52:39 +0200
commit15283971359a646c026070701529edccccefe49e (patch)
tree4bc8d3783b6a1f610a999714f1cd6e1226bcba03 /README.md
parent4c6cab2c5dbc6ce00970a3e579f7dd5dbcfcf03a (diff)
downloadbitcoin-15283971359a646c026070701529edccccefe49e.tar.xz
doc: add note about translations to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1dc48c7cd3..3e9ec25980 100644
--- a/README.md
+++ b/README.md
@@ -69,3 +69,15 @@ for the build/test scripts.
Large changes should have a test plan, and should be tested by somebody other
than the developer who wrote the code.
See https://github.com/bitcoin/QA/ for how to create a test plan.
+
+Translations
+------------
+
+Changes to translations as well as new translations can be submitted to
+[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/bitcoin/).
+
+Periodically the translations are pulled from Transifex and merged into the git repository. See the
+[translation process](doc/translation_process.md) for details on how this works.
+
+**Important**: We do not accept translation changes as github pull request because the next
+pull from Transifex would automatically overwrite them again.