aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-01-06 22:58:47 -0500
committerAndrew Chow <achow101-github@achow101.com>2020-01-06 22:58:47 -0500
commit63bf06afc387a9aba7e9933d7970ff88da26dc29 (patch)
tree0f132393574dea6ad3ad096c89065f61d0dab4fd /src
parente8e79958a7b2a0bf1b02adcce9f4d811eac37dfc (diff)
downloadbitcoin-63bf06afc387a9aba7e9933d7970ff88da26dc29.tar.xz
Restore English translation option
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.qt_locale.include1
-rw-r--r--src/qt/bitcoin_locale.qrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.qt_locale.include b/src/Makefile.qt_locale.include
index fad4873545..79db5cd7b4 100644
--- a/src/Makefile.qt_locale.include
+++ b/src/Makefile.qt_locale.include
@@ -10,6 +10,7 @@ QT_TS = \
qt/locale/bitcoin_de_DE.ts \
qt/locale/bitcoin_el.ts \
qt/locale/bitcoin_el_GR.ts \
+ qt/locale/bitcoin_en.ts \
qt/locale/bitcoin_en_AU.ts \
qt/locale/bitcoin_en_GB.ts \
qt/locale/bitcoin_eo.ts \
diff --git a/src/qt/bitcoin_locale.qrc b/src/qt/bitcoin_locale.qrc
index dec3670536..c781072e9b 100644
--- a/src/qt/bitcoin_locale.qrc
+++ b/src/qt/bitcoin_locale.qrc
@@ -11,6 +11,7 @@
<file alias="de_DE">locale/bitcoin_de_DE.qm</file>
<file alias="el">locale/bitcoin_el.qm</file>
<file alias="el_GR">locale/bitcoin_el_GR.qm</file>
+ <file alias="en">locale/bitcoin_en.qm</file>
<file alias="en_AU">locale/bitcoin_en_AU.qm</file>
<file alias="en_GB">locale/bitcoin_en_GB.qm</file>
<file alias="eo">locale/bitcoin_eo.qm</file>