From ea2e39fd2004e83375c1703543e32a10e3b9d981 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Tue, 27 Feb 2018 15:50:18 +0100 Subject: [PATCH] qt: Remove faulty and unnecessary en_US translation This faulty translation contained Chinese messages, and as en_US is our source language, having a separate translation for it is pointless, remove it. Tree-SHA512: 8493876926355890aa3b713851ed53d37ffe601280f7e0f45461abfe9671af10dc5c6ce966adb89b663486a46df43b0a36b797da7e1cd719597a7e15914bd4a2 --- src/Makefile.qt.include | 1 - src/qt/bitcoin_locale.qrc | 1 - src/qt/locale/bitcoin_en_US.ts | 191 --------------------------------- 3 files changed, 193 deletions(-) delete mode 100644 src/qt/locale/bitcoin_en_US.ts diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 820e66365..d8970ab4c 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -30,7 +30,6 @@ QT_TS = \ qt/locale/bitcoin_en_AU.ts \ qt/locale/bitcoin_en_GB.ts \ qt/locale/bitcoin_en.ts \ - qt/locale/bitcoin_en_US.ts \ qt/locale/bitcoin_eo.ts \ qt/locale/bitcoin_es_419.ts \ qt/locale/bitcoin_es_AR.ts \ diff --git a/src/qt/bitcoin_locale.qrc b/src/qt/bitcoin_locale.qrc index f1c3755b1..9b0406291 100644 --- a/src/qt/bitcoin_locale.qrc +++ b/src/qt/bitcoin_locale.qrc @@ -23,7 +23,6 @@ locale/bitcoin_en_AU.qm locale/bitcoin_en_GB.qm locale/bitcoin_en.qm - locale/bitcoin_en_US.qm locale/bitcoin_eo.qm locale/bitcoin_es_419.qm locale/bitcoin_es_AR.qm diff --git a/src/qt/locale/bitcoin_en_US.ts b/src/qt/locale/bitcoin_en_US.ts deleted file mode 100644 index 14492269f..000000000 --- a/src/qt/locale/bitcoin_en_US.ts +++ /dev/null @@ -1,191 +0,0 @@ - - - AddressBookPage - - Right-click to edit address or label - Right-click to edit address or label - - - Create a new address - Create a new address - - - &New - &New - - - Copy the currently selected address to the system clipboard - Copy the currently selected address to the system clipboard - - - &Copy - &Copy - - - C&lose - C&lose - - - Delete the currently selected address from the list - Delete the currently selected address from the list - - - Export the data in the current tab to a file - Export the data in the current tab to a file - - - &Export - &Export - - - &Delete - &Delete - - - Choose the address to send coins to - 选择你要发送币的目的地址 - - - Choose the address to receive coins with - 选择接收币的地址 - - - - AddressTableModel - - - AskPassphraseDialog - - Passphrase Dialog - Passphrase Dialog - - - Enter passphrase - Enter passphrase - - - New passphrase - New passphrase - - - Repeat new passphrase - Repeat new passphrase - - - - BanTableModel - - - BitcoinGUI - - - CoinControlDialog - - - EditAddressDialog - - - FreespaceChecker - - - HelpMessageDialog - - - Intro - - - ModalOverlay - - - OpenURIDialog - - - OptionsDialog - - - OverviewPage - - - PaymentServer - - - PeerTableModel - - - QObject - - - QObject::QObject - - - QRImageWidget - - - RPCConsole - - - ReceiveCoinsDialog - - - ReceiveRequestDialog - - - RecentRequestsTableModel - - - SendCoinsDialog - - - SendCoinsEntry - - - SendConfirmationDialog - - - ShutdownWindow - - - SignVerifyMessageDialog - - - SplashScreen - - - TrafficGraphWidget - - - TransactionDesc - - - TransactionDescDialog - - - TransactionTableModel - - - TransactionView - - - UnitDisplayStatusBarControl - - - WalletFrame - - - WalletModel - - - WalletView - - &Export - &Export - - - Export the data in the current tab to a file - Export the data in the current tab to a file - - - - bitcoin-core - - \ No newline at end of file