aboutsummaryrefslogtreecommitdiff
path: root/doc/translation_process.md
diff options
context:
space:
mode:
authorKoki Takahashi <Koki.Takahashi@jp.sony.com>2017-02-03 17:12:21 +0900
committerKoki Takahashi <k.takahashi@sonyged.com>2017-02-09 11:56:44 +0900
commit36164faa338d387177c6328496f63ac11eda3b78 (patch)
treecb2d0a6e0d860c952bf2af0ff2512bd0d397b9c3 /doc/translation_process.md
parent1c2edd9f6707d16c03ecfba094b1cfec2ddc4dce (diff)
downloadbitcoin-36164faa338d387177c6328496f63ac11eda3b78.tar.xz
Fix typo and spelling inconsistency in CONTRIBUTING.md
Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md
Diffstat (limited to 'doc/translation_process.md')
-rw-r--r--doc/translation_process.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md
index 9e9ced2457..1702637d53 100644
--- a/doc/translation_process.md
+++ b/doc/translation_process.md
@@ -4,7 +4,7 @@ Translations
The Bitcoin-Core project has been designed to support multiple localisations. This makes adding new phrases, and completely new languages easily achievable. For managing all application translations, Bitcoin-Core makes use of the Transifex online translation management tool.
### Helping to translate (using Transifex)
-Transifex is setup to monitor the Github repo for updates, and when code containing new translations is found, Transifex will process any changes. It may take several hours after a pull-request has been merged, to appear in the Transifex web interface.
+Transifex is setup to monitor the GitHub repo for updates, and when code containing new translations is found, Transifex will process any changes. It may take several hours after a pull-request has been merged, to appear in the Transifex web interface.
Multiple language support is critical in assisting Bitcoin’s global adoption, and growth. One of Bitcoin’s greatest strengths is cross-border money transfers, any help making that easier is greatly appreciated.
@@ -32,7 +32,7 @@ QToolBar *toolbar = addToolBar(tr("Tabs toolbar"));
### Creating a pull-request
For general PRs, you shouldn’t include any updates to the translation source files. They will be updated periodically, primarily around pre-releases, allowing time for any new phrases to be translated before public releases. This is also important in avoiding translation related merge conflicts.
-When an updated source file is merged into the Github repo, Transifex will automatically detect it (although it can take several hours). Once processed, the new strings will show up as "Remaining" in the Transifex web interface and are ready for translators.
+When an updated source file is merged into the GitHub repo, Transifex will automatically detect it (although it can take several hours). Once processed, the new strings will show up as "Remaining" in the Transifex web interface and are ready for translators.
To create the pull-request, use the following commands:
```