Merge pull request #4842

fb51e28 Added XML syntax highlighting (himynameismartin)
This commit is contained in:
Wladimir J. van der Laan
2014-09-04 13:21:05 +02:00

View File

@@ -17,10 +17,12 @@ automated.
This file must be updated whenever a new translation is added. Please note that This file must be updated whenever a new translation is added. Please note that
files must end with `.qm`, not `.ts`. files must end with `.qm`, not `.ts`.
<qresource prefix="/translations"> ```xml
<file alias="en">locale/bitcoin_en.qm</file> <qresource prefix="/translations">
... <file alias="en">locale/bitcoin_en.qm</file>
</qresource> ...
</qresource>
```
### src/qt/locale/ ### src/qt/locale/