emxsys / callattendant

A python-based automated call attendant, call blocker, and voice messaging system running on a Raspberry Pi. Screens callers and block robocalls and scams with a low-cost Raspberry Pi and modem.
https://emxsys.github.io/callattendant/
MIT License
115 stars 37 forks source link

Add Flask internationalization support to the WebUI #138

Open emxsys opened 3 years ago

emxsys commented 3 years ago

The Flask server which is the backend for the WebUI supports internationalization. See: https://flask-user.readthedocs.io/en/latest/internationalization.html

Part of Internationalization. Closes #136