Merge #8683: fix incorrect file name bitcoin.qrc
df2d2e7
update name of file bitcoin.qrc (Gaurav Rana)
This commit is contained in:
commit
17347d6a59
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue