Skip to content

customizations #43

@CHHE-ledtec

Description

@CHHE-ledtec

i have change the text in

in the config for booth flighboard and single-room as following

@DietPi:~/MeetEasier-booking/ui-react/src/config$ cat flightboard.config.js
module.exports = {
'board' : {
'nextUp' : 'Nästa Möte',
'statusAvailable' : 'Tillgänlig',
'statusBusy' : 'Bokad',
'statusError' : 'Error'
},

'navbar' : {
'title' : 'Lediga Rum',
},

'roomFilter' : {
'filterTitle' : 'Locations',
'filterAllTitle' : 'All Conference Rooms',
},
};
@DietPi:~/MeetEasier-booking/ui-react/src/config$ cat singleRoom.config.js
module.exports = {
'nextUp' : 'Nästa Möte',
'statusAvailable' : 'Tillgänglig',
'statusBusy' : 'Bokad',
'upcomingTitle' : 'Nästkommand',
};

i have restarted the server but it is still using orginal text.

i allso trying to find out why when i have set

{this.state.date.toLocaleTimeString('sv-SE', { hour12: false })}

the i still get 24h clock and with am/pm at the end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions