Browse Source

Merge pull request #4842

fb51e28 Added XML syntax highlighting (himynameismartin)
0.10
Wladimir J. van der Laan 10 years ago
parent
commit
b819d8c766
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 10
      doc/translation_process.md

10
doc/translation_process.md

@ -17,10 +17,12 @@ automated. @@ -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…
Cancel
Save