Added Czech and Persian translations, and added them to available languages. The available languages list is now more like alphabetical order.

This commit is contained in:
Brendon Duncan 2018-05-16 16:40:24 +12:00
commit f4f1c96abc
3 changed files with 7280 additions and 9 deletions

3634
i18n/po/cs.po Normal file

File diff suppressed because it is too large Load diff

3634
i18n/po/fa.po Normal file

File diff suppressed because it is too large Load diff

View file

@ -9,6 +9,14 @@ angular.module('copayApp.services')
name: 'English',
isoCode: 'en',
rateCode: 'USD'
}, {
name: 'Čeština',
isoCode: 'cs',
rateCode: 'EUR'
}, {
name: 'Deutsch',
isoCode: 'de',
rateCode: 'EUR'
}, {
name: 'Español',
isoCode: 'es',
@ -29,10 +37,6 @@ angular.module('copayApp.services')
name: 'Polski',
isoCode: 'pl',
rateCode: 'EUR'
}, {
name: 'Deutsch',
isoCode: 'de',
rateCode: 'EUR'
}, {
name: '日本語',
isoCode: 'ja',
@ -55,13 +59,12 @@ angular.module('copayApp.services')
name: '한국어',
isoCode: 'ko',
rateCode: 'KRW'
}, {
name: 'فارسی',
isoCode: 'fa',
rateCode: 'IRR'
}];
// }, {
// name: 'Český',
// isoCode: 'cs',
// }
root._detect = function(cb) {
var userLang, androidLang;
if (navigator && navigator.globalization) {