diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-09 07:17:34 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-09 07:18:21 +0200 |
| commit | 17347d6a5915be4c4752760501692cc837f140da (patch) | |
| tree | 29d71221d57a4c4be054a076c5f64dc114d438ec /doc | |
| parent | Merge #8671: Minimal fix to slow prevector tests as stopgap measure (diff) | |
| parent | update name of file bitcoin.qrc (diff) | |
| download | discoin-17347d6a5915be4c4752760501692cc837f140da.tar.xz discoin-17347d6a5915be4c4752760501692cc837f140da.zip | |
Merge #8683: fix incorrect file name bitcoin.qrc
df2d2e7 update name of file bitcoin.qrc (Gaurav Rana)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/translation_process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md index d8a85292e..a443a16fe 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -94,7 +94,7 @@ When new plurals are added to the source file, it's important to do the followin 7. Save the source file ### Translating a new language -To create a new language template, you will need to edit the languages manifest file `src/qt/bitcoin.qrc` and add a new entry. Below is an example of the English language entry. +To create a new language template, you will need to edit the languages manifest file `src/qt/bitcoin_locale.qrc` and add a new entry. Below is an example of the English language entry. ```xml <qresource prefix="/translations"> |