MathHubInfo / Frontend

A new MathHub Narration Frontend written in React.
GNU Affero General Public License v3.0
2 stars 0 forks source link

design for i18n and high-level reformulation #99

Closed kohlhase closed 3 years ago

kohlhase commented 5 years ago

It would be good if we could (at some point) internationalize the MathHub user interface. There are standard ways of doing this; One level of indirection, taking all actual texts from a JSON-based dictionary. That would also allow people like me to change the words/snippets on the interface without having to understand the code. See also #98 cc: @katjabercic

tkw1536 commented 5 years ago

We should also look at existing i18n libraries for React before we start designing our own implementation

kohlhase commented 5 years ago

I think this is done correct?

tkw1536 commented 3 years ago

Yes, this is done (sorry for taking about 18 months to respond).