diff options
| author | himynameismartin <[email protected]> | 2014-09-04 12:45:28 +0200 |
|---|---|---|
| committer | himynameismartin <[email protected]> | 2014-09-04 12:45:28 +0200 |
| commit | fb51e28227fc1561ffa55cd3c5222d2b581778af (patch) | |
| tree | 0ef4e369d6669d7314da9a80e4f441ce933acbb5 | |
| parent | Merge pull request #4808 (diff) | |
| download | discoin-fb51e28227fc1561ffa55cd3c5222d2b581778af.tar.xz discoin-fb51e28227fc1561ffa55cd3c5222d2b581778af.zip | |
Added XML syntax highlighting
| -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/ |