diff options
| author | Gavin Andresen <[email protected]> | 2011-10-10 11:25:51 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-10-10 11:25:51 -0400 |
| commit | ef49d8a6ca4dd76063251467198ce176547d3b59 (patch) | |
| tree | af92e4d71a0f1369ae57f768f613bbadb03d565d | |
| parent | Merge pull request #577 from paraipanakos/master (diff) | |
| download | discoin-ef49d8a6ca4dd76063251467198ce176547d3b59.tar.xz discoin-ef49d8a6ca4dd76063251467198ce176547d3b59.zip | |
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 42d721e94..8a735a7cc 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 |