Merge pull request #4842
fb51e28
Added XML syntax highlighting (himynameismartin)
This commit is contained in:
commit
b819d8c766
1 changed files with 6 additions and 4 deletions
|
@ -17,10 +17,12 @@ automated.
|
|||
This file must be updated whenever a new translation is added. Please note that
|
||||
files must end with `.qm`, not `.ts`.
|
||||
|
||||
<qresource prefix="/translations">
|
||||
<file alias="en">locale/bitcoin_en.qm</file>
|
||||
...
|
||||
</qresource>
|
||||
```xml
|
||||
<qresource prefix="/translations">
|
||||
<file alias="en">locale/bitcoin_en.qm</file>
|
||||
...
|
||||
</qresource>
|
||||
```
|
||||
|
||||
### src/qt/locale/
|
||||
|
||||
|
|
Loading…
Reference in a new issue