Revert "Rename translation files bitcoin_*.ts to novacoin_*.ts"
authorMASM fan <masmfan@gmail.com>
Wed, 12 Nov 2014 19:41:06 +0000 (23:41 +0400)
committerMASM fan <masmfan@gmail.com>
Wed, 12 Nov 2014 19:41:06 +0000 (23:41 +0400)
This reverts commit 60b15cc146db37023defd09806662e679dbebb8e.

Reverted to make future mergings easier.

novacoin-qt.pro
src/qt/bitcoin.qrc
src/qt/locale/bitcoin_en.ts [moved from src/qt/locale/novacoin_en.ts with 100% similarity]
src/qt/locale/bitcoin_ru.ts [moved from src/qt/locale/novacoin_ru.ts with 100% similarity]
src/qt/locale/translations.pro

index a044cd6..51ba8b1 100644 (file)
@@ -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
index 1cdf3a1..9cbd685 100644 (file)
@@ -53,7 +53,7 @@
         <file alias="update_spinner">res/movies/update_spinner.mng</file>
     </qresource>
     <qresource prefix="/translations">
-        <file alias="en">locale/novacoin_en.qm</file>
-        <file alias="ru">locale/novacoin_ru.qm</file>
+        <file alias="en">locale/bitcoin_en.qm</file>
+        <file alias="ru">locale/bitcoin_ru.qm</file>
     </qresource>
 </RCC>
index 615bd18..ada7a2f 100644 (file)
@@ -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