jbougrn

Member

Last active 11 years ago

  1. 11 years ago
    Mon Dec 17 11:53:35 2012
    jbougrn started the conversation 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.

    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,