disable language auto detection

This commit is contained in:
Gabriel Bazán 2016-10-12 10:24:15 -03:00
commit 78aa0442c1
2 changed files with 4 additions and 2 deletions

View file

@ -42,6 +42,8 @@ angular.module('copayApp.services')
root._detect = function(cb) {
return cb('en'); //disable auto detection for release;
var userLang, androidLang;
if (navigator && navigator.globalization) {