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:
parent
1469ba4768
commit
f4f1c96abc
3 changed files with 7280 additions and 9 deletions
3634
i18n/po/cs.po
Normal file
3634
i18n/po/cs.po
Normal file
File diff suppressed because it is too large
Load diff
3634
i18n/po/fa.po
Normal file
3634
i18n/po/fa.po
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -9,6 +9,14 @@ angular.module('copayApp.services')
|
||||||
name: 'English',
|
name: 'English',
|
||||||
isoCode: 'en',
|
isoCode: 'en',
|
||||||
rateCode: 'USD'
|
rateCode: 'USD'
|
||||||
|
}, {
|
||||||
|
name: 'Čeština',
|
||||||
|
isoCode: 'cs',
|
||||||
|
rateCode: 'EUR'
|
||||||
|
}, {
|
||||||
|
name: 'Deutsch',
|
||||||
|
isoCode: 'de',
|
||||||
|
rateCode: 'EUR'
|
||||||
}, {
|
}, {
|
||||||
name: 'Español',
|
name: 'Español',
|
||||||
isoCode: 'es',
|
isoCode: 'es',
|
||||||
|
|
@ -29,10 +37,6 @@ angular.module('copayApp.services')
|
||||||
name: 'Polski',
|
name: 'Polski',
|
||||||
isoCode: 'pl',
|
isoCode: 'pl',
|
||||||
rateCode: 'EUR'
|
rateCode: 'EUR'
|
||||||
}, {
|
|
||||||
name: 'Deutsch',
|
|
||||||
isoCode: 'de',
|
|
||||||
rateCode: 'EUR'
|
|
||||||
}, {
|
}, {
|
||||||
name: '日本語',
|
name: '日本語',
|
||||||
isoCode: 'ja',
|
isoCode: 'ja',
|
||||||
|
|
@ -55,13 +59,12 @@ angular.module('copayApp.services')
|
||||||
name: '한국어',
|
name: '한국어',
|
||||||
isoCode: 'ko',
|
isoCode: 'ko',
|
||||||
rateCode: 'KRW'
|
rateCode: 'KRW'
|
||||||
|
}, {
|
||||||
|
name: 'فارسی',
|
||||||
|
isoCode: 'fa',
|
||||||
|
rateCode: 'IRR'
|
||||||
}];
|
}];
|
||||||
|
|
||||||
// }, {
|
|
||||||
// name: 'Český',
|
|
||||||
// isoCode: 'cs',
|
|
||||||
// }
|
|
||||||
|
|
||||||
root._detect = function(cb) {
|
root._detect = function(cb) {
|
||||||
var userLang, androidLang;
|
var userLang, androidLang;
|
||||||
if (navigator && navigator.globalization) {
|
if (navigator && navigator.globalization) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue