nicmart-dev / feedmenow

An app that recommends recipes based on ingredients I have in my fridge or pantry list
2 stars 0 forks source link

Change language #24

Open nicmart-dev opened 2 months ago

nicmart-dev commented 2 months ago

As a user I need to change language to one of the top 3 main languages used in Canada, which are English, French or Mandarin Chinese.

Dev notes:

Design document: https://github.com/nicmart-dev/feedmenow/wiki/Internationalization-using-react%E2%80%90intl-package

nicmart-dev commented 1 month ago

Sample code you can check: https://github.com/nicmart-dev/linguistnow/blob/main/client/src/components/Navbar.jsx

Image

nicmart-dev commented 1 month ago

Updated design document explaining how to use react-intl package.

juliakimseohyeon commented 1 month ago

Language Button function has been added in the branch "feature/frontend-homescreen" Pull Request for feature: https://github.com/nicmart-dev/feedmenow/pull/29