feat: enhance region visit tracking with improved toast messages, update localization, and modify page titles

This commit is contained in:
Sean Morley
2025-01-09 13:53:16 -05:00
parent 80cec30fda
commit abe870506f
6 changed files with 52 additions and 19 deletions

View File

@@ -57,7 +57,7 @@ class Command(BaseCommand):
elif os.path.getsize(countries_json_path) == 0:
self.stdout.write(self.style.ERROR('countries+regions+states.json is empty'))
else:
self.stdout.write(self.style.SUCCESS('countries+regions+states.json already exists'))
self.stdout.write(self.style.SUCCESS('Latest country, region, and state data already downloaded.'))
return
with open(countries_json_path, 'r') as f: