diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-11 15:00:12 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-11 15:00:21 +0200 |
commit | e3ce55fddb90c26e1ae497f1452326478f02dbc9 (patch) | |
tree | 6911f649248c1a39249ec3d9a0dafc342c930d57 | |
parent | f406af3573a2c632fd874562fecdffdd41431af7 (diff) | |
parent | 15283971359a646c026070701529edccccefe49e (diff) |
Merge pull request #4041
1528397 doc: add note about translations to README.md (Wladimir J. van der Laan)
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |