diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-09-04 13:21:05 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-09-04 13:21:37 +0200 |
| commit | b819d8c76614f2f1296d4a636ec6ee481733b3d6 (patch) | |
| tree | 0ef4e369d6669d7314da9a80e4f441ce933acbb5 /doc | |
| parent | Merge pull request #4808 (diff) | |
| parent | Added XML syntax highlighting (diff) | |
| download | discoin-b819d8c76614f2f1296d4a636ec6ee481733b3d6.tar.xz discoin-b819d8c76614f2f1296d4a636ec6ee481733b3d6.zip | |
Merge pull request #4842
fb51e28 Added XML syntax highlighting (himynameismartin)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/translation_process.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md index 61a0a0ffe..9475b1dc7 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -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/ |