adding language detection and language preferences
This commit is contained in:
parent
54b6f2aa59
commit
af960555b4
7 changed files with 39 additions and 38 deletions
|
|
@ -41,9 +41,6 @@ angular.module('copayApp.services')
|
|||
|
||||
|
||||
root._detect = function(cb) {
|
||||
|
||||
return cb('en'); //disable auto detection for release;
|
||||
|
||||
var userLang, androidLang;
|
||||
if (navigator && navigator.globalization) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue