diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-04-15 15:37:10 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-04-15 15:39:42 +0300 |
commit | 5f2be6e71e6130b58ebfbf81aaf48ce90dd9d179 (patch) | |
tree | 17548e1816dab3da471acc62708bd9c9bc5795f9 /doc/translation_process.md | |
parent | c6b30ccb2eee5f80f844f79766591f0a1326ce43 (diff) |
Remove no longer used contrib/bitcoin-qt.pro from the repo
Diffstat (limited to 'doc/translation_process.md')
-rw-r--r-- | doc/translation_process.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md index 39f878cea3..785bb0047b 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -22,8 +22,6 @@ cd src/ make translate ``` -`contrib/bitcoin-qt.pro` takes care of generating `.qm` (binary compiled) files from `.ts` (source files) files. It’s mostly automated, and you shouldn’t need to worry about it. - **Example Qt translation** ```cpp QToolBar *toolbar = addToolBar(tr("Tabs toolbar")); |