Added strings to translate. Updates spanish
This commit is contained in:
parent
cbf3d7cceb
commit
ecee13d96f
13 changed files with 206 additions and 71 deletions
|
|
@ -34,6 +34,7 @@ angular
|
|||
args = args.map(function(v) {
|
||||
try {
|
||||
if (typeof v == 'undefined') v = 'undefined';
|
||||
if (!v) v = 'null';
|
||||
if (typeof v == 'object') {
|
||||
if (v.message)
|
||||
v = v.message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue