Move Presence options into the language file
Hi,
I think it would be nice to move the presence object from the file js/presence.js (copied below), into the specific language file, to have all the options translated on every language.
Is there any problem on doing that by default?
Thank's,
I think it would be nice to move the presence object from the file js/presence.js (copied below), into the specific language file, to have all the options translated on every language.
var presence = new Object();
presence[''] = '';
presence['Do not Disturb'] = '#FF8A8A';
presence['Out to lunch'] = '#57BCD9';
presence['Break'] = '#6094DB';
presence['Meeting'] = '#CDD11B';
Is there any problem on doing that by default?
Thank's,
Comments
You can translate in place and use whatever options you really need, that was the original idea.