UTDallasEPICS / Local-Good-Inventory

3 stars 5 forks source link

Add Language Option to Navbar #19

Closed mpross512 closed 2 years ago

mpross512 commented 2 years ago

Instead of having a home page with different language options, the language options should instead be located in a dropdown on the top right of the navbar

Look at this site https://bulma.io/documentation/components/navbar/ for info on adding a dropdown to our navbar. Our navbar component is located in the src/app/components folder

Aarian-A commented 2 years ago

Added the drop down, all that's left is to route the languages and figure out a way to translate them.