-
Notifications
You must be signed in to change notification settings - Fork 4
Description
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