Define message templates for the application. Messages will have placeholders to replace using formatted strings. This will help with organization and uniformity of message formats, e.g. datetime and timezone formatting.
[x] messages.py file with templates, ready to be formatted with string injection
[x] Replace all existing messages with their templates
Define message templates for the application. Messages will have placeholders to replace using formatted strings. This will help with organization and uniformity of message formats, e.g. datetime and timezone formatting.
messages.py
file with templates, ready to be formatted with string injection