mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
Do not try to translate object properties
This commit is contained in:
parent
d49f8bc45f
commit
1cc4a219ac
@ -190,7 +190,7 @@ egw.extend('calendar', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (key != 'indexOf') trans[key] = full[key].substr(0,translate_fields[i]);
|
if (trans.hasOwnProperty(key)) trans[key] = full[key].substr(0,translate_fields[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Keep the full one for missing short ones
|
// Keep the full one for missing short ones
|
||||||
|
Loading…
x
Reference in New Issue
Block a user