diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-10-10 11:25:51 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-10-10 11:25:51 -0400 |
commit | ef49d8a6ca4dd76063251467198ce176547d3b59 (patch) | |
tree | af92e4d71a0f1369ae57f768f613bbadb03d565d | |
parent | e99b8eae65e9fbc486f0b22d0862d7cce0c62b00 (diff) |
Add spanish translation to TRANSLATIONSv0.5.0rc1
-rw-r--r-- | bitcoin-qt.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 42d721e940..8a735a7cca 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -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 |