Localization and several UI changes #51

Open
rskthomas wants to merge 55 commits from ux-changes_rebase into main
Showing only changes of commit 181877a41d - Show all commits

View file

@ -180,7 +180,7 @@ if TIME_ZONE == "UTC":
USE_L10N = True
LANGUAGES = [
('es', 'spanish'),
('es', 'español'),
('en', 'english'),
('ca', 'català'),
]