We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hello,
have you run following command: npm run build
Sorry, something went wrong.
ohh so i need to run that command allso after i make changes in the config files
thnks . got it working
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: