Autodetect device language. Removed select language from settings
This commit is contained in:
parent
e700634815
commit
e2137701f8
6 changed files with 15 additions and 29 deletions
|
|
@ -9,9 +9,6 @@ angular.module('copayApp.services').factory('configService', function($timeout,
|
|||
if (opts.logLevel)
|
||||
copay.logger.setLevel(opts.logLevel);
|
||||
|
||||
if (opts.defaultLanguage)
|
||||
gettextCatalog.currentLanguage = opts.defaultLanguage;
|
||||
|
||||
// Set current version
|
||||
opts.version = copay.version;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue