Browse Source

Add spanish translation to TRANSLATIONS

0.8 v0.5.0rc1
Gavin Andresen 13 years ago
parent
commit
ef49d8a6ca
  1. 6
      bitcoin-qt.pro

6
bitcoin-qt.pro

@ -168,8 +168,10 @@ FORMS += \ @@ -168,8 +168,10 @@ FORMS += \
CODECFORTR = UTF-8
# for lrelease/lupdate
TRANSLATIONS = src/qt/locale/bitcoin_nl.ts src/qt/locale/bitcoin_de.ts \
src/qt/locale/bitcoin_ru.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

Loading…
Cancel
Save