Fixes for language and scaling

This commit is contained in:
Colin McLeod
2015-09-01 02:20:05 -07:00
parent bf217e7fdd
commit 65f53a3fa4
19 changed files with 696 additions and 568 deletions

View File

@@ -259,7 +259,5 @@ angular.module('app').config(['$translateProvider', 'localeFormatProvider', func
VULTURE: 'Vulture',
WEP: 'WAF',
YES: 'Ja'
})
.registerAvailableLanguageKeys(['es'], { 'es_ES': 'es' });
});
}]);