Adds new language: Turkish

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-18 15:01:56 -03:00
parent a87546593d
commit cbee290eca
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 1741 additions and 0 deletions

1738
i18n/po/tr.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -31,6 +31,9 @@ angular.module('copayApp.services')
}, {
name: 'Pусский',
isoCode: 'ru',
}, {
name: 'Türk',
isoCode: 'tr',
}];
root.currentLanguage = null;