From: MASM fan Date: Wed, 12 Nov 2014 19:41:06 +0000 (+0400) Subject: Revert "Rename translation files bitcoin_*.ts to novacoin_*.ts" X-Git-Tag: nvc-v0.5.0~42^2~1 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=dec4958cae37a1501ecfa9fe5221bd7bbd0a40f0 Revert "Rename translation files bitcoin_*.ts to novacoin_*.ts" This reverts commit 60b15cc146db37023defd09806662e679dbebb8e. Reverted to make future mergings easier. --- diff --git a/novacoin-qt.pro b/novacoin-qt.pro index a044cd6..51ba8b1 100644 --- a/novacoin-qt.pro +++ b/novacoin-qt.pro @@ -350,7 +350,7 @@ CODECFORTR = UTF-8 # for lrelease/lupdate # also add new translations to src/qt/bitcoin.qrc under translations/ -TRANSLATIONS = $$files(src/qt/locale/novacoin_*.ts) +TRANSLATIONS = $$files(src/qt/locale/bitcoin_*.ts) isEmpty(QMAKE_LRELEASE) { win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\\lrelease.exe diff --git a/src/qt/bitcoin.qrc b/src/qt/bitcoin.qrc index 1cdf3a1..9cbd685 100644 --- a/src/qt/bitcoin.qrc +++ b/src/qt/bitcoin.qrc @@ -53,7 +53,7 @@ res/movies/update_spinner.mng - locale/novacoin_en.qm - locale/novacoin_ru.qm + locale/bitcoin_en.qm + locale/bitcoin_ru.qm diff --git a/src/qt/locale/novacoin_en.ts b/src/qt/locale/bitcoin_en.ts similarity index 100% rename from src/qt/locale/novacoin_en.ts rename to src/qt/locale/bitcoin_en.ts diff --git a/src/qt/locale/novacoin_ru.ts b/src/qt/locale/bitcoin_ru.ts similarity index 100% rename from src/qt/locale/novacoin_ru.ts rename to src/qt/locale/bitcoin_ru.ts diff --git a/src/qt/locale/translations.pro b/src/qt/locale/translations.pro index 615bd18..ada7a2f 100644 --- a/src/qt/locale/translations.pro +++ b/src/qt/locale/translations.pro @@ -2,7 +2,7 @@ CODECFORTR = UTF-8 # for lrelease/lupdate # also add new translations to src/qt/bitcoin.qrc under translations/ -TRANSLATIONS = $$files(novacoin_*.ts) +TRANSLATIONS = $$files(bitcoin_*.ts) isEmpty(QM_DIR):QM_DIR = $$PWD/src/qt/locale # automatically build translations, so they can be included in resource file