From 3a30f34f1adcd152fbc40e51c8e6ad0ff74a199f Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sun, 23 Oct 2011 11:20:39 +0200 Subject: Revert "translation fixes" This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5. --- bitcoin-qt.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bitcoin-qt.pro') diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index e9dc6f787c..2e4000e52a 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -175,8 +175,10 @@ FORMS += \ CODECFORTR = UTF-8 # for lrelease/lupdate -# also add new translations to src/qt/bitcoin.qrc under translations/ -TRANSLATIONS = $$files(src/qt/locale/bitcoin_*.ts) +TRANSLATIONS = src/qt/locale/bitcoin_de.ts \ + src/qt/locale/bitcoin_es.ts \ + src/qt/locale/bitcoin_nl.ts \ + src/qt/locale/bitcoin_ru.ts isEmpty(QMAKE_LRELEASE) { win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe -- cgit v1.2.3