diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-08-16 17:30:58 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-08-16 17:30:58 +0200 |
commit | 317c733572535469f0f7645f6334fc82fdbe2ad1 (patch) | |
tree | 5d71875745b02bfff938d474c029c11ac2b67c36 /bitcoin-qt.pro | |
parent | 8c4738d5a7c9c1e6f29c558c49d7948fc357b9e3 (diff) |
add russian translation by msva
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 03cd592a15..c1493f6bfe 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -149,4 +149,7 @@ FORMS += \ src/qt/forms/sendcoinsentry.ui CODECFORTR = UTF-8 -TRANSLATIONS = src/qt/locale/bitcoin_nl.ts src/qt/locale/bitcoin_de.ts +# for lrelease/lupdate +TRANSLATIONS = src/qt/locale/bitcoin_nl.ts src/qt/locale/bitcoin_de.ts \ + src/qt/locale/bitcoin_ru.ts + |