translation handling improvements

- automatically build binary translation files in qmake/make
- roll translations into resource file and executable, to simply installation
This commit is contained in:
Wladimir J. van der Laan
2011-09-27 20:47:51 +02:00
parent d28ed9c98e
commit 5902040874
3 changed files with 21 additions and 1 deletions

View File

@@ -45,4 +45,9 @@
<qresource prefix="/movies">
<file alias="update_spinner">res/movies/update_spinner.mng</file>
</qresource>
<qresource prefix="/translations">
<file alias="de_DE">locale/bitcoin_de.qm</file>
<file alias="nl_NL">locale/bitcoin_nl.qm</file>
<file alias="ru_RU">locale/bitcoin_ru.qm</file>
</qresource>
</RCC>