Skip to content

Commit

Permalink
Added XML syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
himynameismartin committed Sep 4, 2014
1 parent 961c4a0 commit fb51e28
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/translation_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit fb51e28

Please sign in to comment.