adding language detection and language preferences

This commit is contained in:
Gabriel Bazán 2016-12-08 16:00:03 -03:00
commit af960555b4
7 changed files with 39 additions and 38 deletions

View file

@ -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) {