https://github.com/visini/email-templates-i18n
https://github.com/visini/email-templates-i18n
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/visini/email-templates-i18n
- Owner: visini
- Created: 2020-12-14T20:06:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T20:09:02.000Z (over 5 years ago)
- Last Synced: 2025-01-28T14:44:58.312Z (over 1 year ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# email-templates-i18n
See this article for more information: https://camillovisini.com/article/python-i18n-localizing-email-templates
## Dependencies
```bash
sudo apt get entr
poetry install
```
## Makefile
```bash
make preview # run uvicorn via entr
```