20-20REENVISIONED / Refactored-fortune-teller

Fortune telling app for CSE 112 Spring 2024
https://20-20reenvisioned.github.io/Refactored-fortune-teller/
0 stars 0 forks source link

Add multilingual support #5

Closed HoldenA1 closed 4 months ago

HoldenA1 commented 5 months ago

Allow the site to be translated into various languages (maybe CI/CD pipeline that spits out a en folder, zh folder by reading localization overrides for text, alternatively can be done locally in javascript with a json containing localizations)

Before working, contact Powell over slack for potential strategies as well as the feasibility of the feature. Report back if you encounter and major blockers.