probits-as / MeetEasier

MeetEasier is a web application that visualizes meeting room availability. It works using Microsoft Graph API in Microsoft 365.
GNU General Public License v3.0
9 stars 3 forks source link

How to change text/language #39

Closed michaelortnersanube closed 1 year ago

michaelortnersanube commented 1 year ago

Hello,

how to change a text for example the "OPEN" or "UPCOMING" i want to set it to german. I have read, that you have to change in:

/home/MeetEasier/ui-react/src/config/flightboard.config.js or singleRoom.config.js, i have changed the singleRoom.config.js and changed "UPCOMING" to "Bevorstehende" i have stopped the server and started it again, but the text does not change. Is there maybe a other config file, where i have change this values?

thanks for your help!

With regards Michael

michaelortnersanube commented 1 year ago

Sorry my wrong, i have to build all again.