diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-12 14:32:36 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-12 14:32:36 +0200 |
commit | ab2fe68fd8aa8137d1dc304a900ea811eac99af5 (patch) | |
tree | 1dbabff8023aa9b2aa0468c81ae6bbf2458a2021 | |
parent | 18cf214528d14692941311be154214cab1772ed5 (diff) |
prepare internationalization; rename project to bitcoin-qt
-rw-r--r-- | README.rst | 7 | ||||
-rw-r--r-- | bitcoin-qt.pro (renamed from bitcoin.pro) | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst index df73f069c9..2ffc4a92b8 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,8 @@ Bitcoin-qt: Qt4 based GUI replacement for Bitcoin ================================================= **Warning** **Warning** **Warning** -Pre-alpha stuff! Use on testnet only! + +Pre-alpha stuff! I'm using this client myself on the production network, and I haven't noticed any glitches, but remember: always backup your wallet! Testing on the testnet is recommended. This has been implemented: @@ -55,7 +56,7 @@ then execute the following: qmake make -Alternatively, install Qt Creator and open the `bitcoin.pro` file. +Alternatively, install Qt Creator and open the `bitcoin-qt.pro` file. -An executable named `bitcoin` will be built. +An executable named `bitcoin-qt` will be built. diff --git a/bitcoin.pro b/bitcoin-qt.pro index dd9ea7ff33..ab5ddadd14 100644 --- a/bitcoin.pro +++ b/bitcoin-qt.pro @@ -105,3 +105,6 @@ FORMS += \ src/qt/forms/aboutdialog.ui \ src/qt/forms/editaddressdialog.ui \ src/qt/forms/transactiondescdialog.ui + +CODECFORTR = UTF-8 +TRANSLATIONS = src/qt/locale/bitcoin_nl.ts |