mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01: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
|
||||
{
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user