Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customizations #43

Open
CHHE-ledtec opened this issue Oct 26, 2023 · 2 comments
Open

customizations #43

CHHE-ledtec opened this issue Oct 26, 2023 · 2 comments

Comments

@CHHE-ledtec
Copy link

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

@michaelortnerit
Copy link

Hello,

have you run following command: npm run build

@CHHE-ledtec
Copy link
Author

ohh so i need to run that command allso after i make changes in the config files

thnks . got it working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants