doc: add note about translations to README.md
This commit is contained in:
parent
4c6cab2c5d
commit
1528397135
1 changed files with 12 additions and 0 deletions
12
README.md
12
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
|
Large changes should have a test plan, and should be tested by somebody other
|
||||||
than the developer who wrote the code.
|
than the developer who wrote the code.
|
||||||
See https://github.com/bitcoin/QA/ for how to create a test plan.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue