diff options
author | himynameismartin <himynameismartin@gmail.com> | 2014-09-04 12:45:28 +0200 |
---|---|---|
committer | himynameismartin <himynameismartin@gmail.com> | 2014-09-04 12:45:28 +0200 |
commit | fb51e28227fc1561ffa55cd3c5222d2b581778af (patch) | |
tree | 0ef4e369d6669d7314da9a80e4f441ce933acbb5 /doc/translation_process.md | |
parent | 961c4a04c25237285fb9a694f8918556c690bcd6 (diff) |
Added XML syntax highlighting
Diffstat (limited to 'doc/translation_process.md')
-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 61a0a0ffed..9475b1dc72 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/ |