Add German translation

This commit is contained in:
Sascha Dückers 2015-06-11 21:38:48 +02:00
commit 96bf9c70c8
2 changed files with 1115 additions and 0 deletions

1112
po/de_DE.po Normal file

File diff suppressed because it is too large Load diff

View file

@ -38,6 +38,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.tab = 'walletHome';
self.availableLanguages = [{
name: gettext('Deutsch'),
isoCode: 'de_DE',
}, {
name: gettext('English'),
isoCode: 'en',
}, {