We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961c4a0 commit fb51e28Copy full SHA for fb51e28
doc/translation_process.md
@@ -17,10 +17,12 @@ automated.
17
This file must be updated whenever a new translation is added. Please note that
18
files must end with `.qm`, not `.ts`.
19
20
- <qresource prefix="/translations">
21
- <file alias="en">locale/bitcoin_en.qm</file>
22
- ...
23
- </qresource>
+```xml
+<qresource prefix="/translations">
+ <file alias="en">locale/bitcoin_en.qm</file>
+ ...
24
+</qresource>
25
+```
26
27
### src/qt/locale/
28
0 commit comments