Merge pull request #401 from gabrielbazan7/feat/language

disable language auto detection
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-12 10:31:46 -03:00 committed by GitHub
commit bf630418d8
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) {