Skip to content

Commit 6dd982a

Browse files
committed
Merge #17886: Restore English translation option
63bf06a Restore English translation option (Andrew Chow) Pull request description: It was [reported on Bitcointalk](https://bitcointalk.org/index.php?topic=5204167.msg53540137#msg53540137) that the normal English language option was lost in 0.19. This PR restores it. For some reason it was removed during the last periodic translation update. ACKs for top commit: laanwj: ACK 63bf06a Tree-SHA512: 94c7c7407f69e8df91fbbd8f8c5e3e8e031d308b72d775a00bcee564f2762a92f65c140029ce805faccdb767a25c0e222a396708c6ce29a5882bab939a45b772
2 parents fcef6db + 63bf06a commit 6dd982a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Makefile.qt_locale.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ QT_TS = \
1010
qt/locale/bitcoin_de_DE.ts \
1111
qt/locale/bitcoin_el.ts \
1212
qt/locale/bitcoin_el_GR.ts \
13+
qt/locale/bitcoin_en.ts \
1314
qt/locale/bitcoin_en_AU.ts \
1415
qt/locale/bitcoin_en_GB.ts \
1516
qt/locale/bitcoin_eo.ts \

src/qt/bitcoin_locale.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<file alias="de_DE">locale/bitcoin_de_DE.qm</file>
1212
<file alias="el">locale/bitcoin_el.qm</file>
1313
<file alias="el_GR">locale/bitcoin_el_GR.qm</file>
14+
<file alias="en">locale/bitcoin_en.qm</file>
1415
<file alias="en_AU">locale/bitcoin_en_AU.qm</file>
1516
<file alias="en_GB">locale/bitcoin_en_GB.qm</file>
1617
<file alias="eo">locale/bitcoin_eo.qm</file>

0 commit comments

Comments
 (0)