translation fixes
[novacoin.git] / bitcoin-qt.pro
index 2e4000e..e9dc6f7 100644 (file)
@@ -175,10 +175,8 @@ FORMS += \
 CODECFORTR = UTF-8
 
 # for lrelease/lupdate
-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
+# also add new translations to src/qt/bitcoin.qrc under translations/
+TRANSLATIONS = $$files(src/qt/locale/bitcoin_*.ts)
 
 isEmpty(QMAKE_LRELEASE) {
     win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe