Add German translation by nico_w
This commit is contained in:
parent
0002bdddfa
commit
ba3d0255fc
4 changed files with 1627 additions and 158 deletions
|
@ -81,7 +81,7 @@ Windows build instructions:
|
|||
Berkely DB version warning
|
||||
==========================
|
||||
|
||||
A warning for people using the *static binary* version of Bitcoin (tl;dr: **Berkely DB databases are not forward compatible**).
|
||||
A warning for people using the *static binary* version of Bitcoin on a Linux/UNIX-ish system (tl;dr: **Berkely DB databases are not forward compatible**).
|
||||
|
||||
The static binary version of Bitcoin is linked against libdb4.7 or libdb4.8 (see also `this Debian issue`_).
|
||||
|
||||
|
|
|
@ -130,4 +130,5 @@ FORMS += \
|
|||
src/qt/forms/overviewpage.ui
|
||||
|
||||
CODECFORTR = UTF-8
|
||||
TRANSLATIONS = src/qt/locale/bitcoin_nl.ts
|
||||
TRANSLATIONS = src/qt/locale/bitcoin_nl.ts src/qt/locale/bitcoin_de.ts
|
||||
|
||||
|
|
1155
src/qt/locale/bitcoin_de.ts
Normal file
1155
src/qt/locale/bitcoin_de.ts
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue