add french, german languages - update language list options
This commit is contained in:
parent
9a1064a098
commit
317dc7f0fd
3 changed files with 5037 additions and 4125 deletions
3286
i18n/po/de.po
3286
i18n/po/de.po
File diff suppressed because it is too large
Load diff
5999
i18n/po/fr.po
5999
i18n/po/fr.po
File diff suppressed because it is too large
Load diff
|
|
@ -8,22 +8,21 @@ angular.module('copayApp.services')
|
|||
root.availableLanguages = [{
|
||||
name: 'English',
|
||||
isoCode: 'en',
|
||||
}, {
|
||||
}, {
|
||||
name: 'Español',
|
||||
isoCode: 'es',
|
||||
}, {
|
||||
}, {
|
||||
name: 'Français',
|
||||
isoCode: 'fr',
|
||||
}, {
|
||||
name: 'Deutsch',
|
||||
isoCode: 'de',
|
||||
// }, {
|
||||
// name: 'Český',
|
||||
// isoCode: 'cs',
|
||||
// }, {
|
||||
// name: 'Italiano',
|
||||
// isoCode: 'it',
|
||||
// }, {
|
||||
// name: 'Deutsch',
|
||||
// isoCode: 'de',
|
||||
// }, {
|
||||
// name: '日本語',
|
||||
// isoCode: 'ja',
|
||||
// useIdeograms: true,
|
||||
|
|
@ -37,7 +36,7 @@ angular.module('copayApp.services')
|
|||
// }, {
|
||||
// name: 'Pусский',
|
||||
// isoCode: 'ru',
|
||||
}];
|
||||
}];
|
||||
|
||||
|
||||
root._detect = function(cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue