Merge pull request #2880 from saschad/master

Add German translation
This commit is contained in:
Matias Alejo Garcia 2015-06-11 17:56:47 -03:00
commit b9229ca465
2 changed files with 1115 additions and 0 deletions

1112
po/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',
}, {
name: gettext('English'),
isoCode: 'en',
}, {