From e1019f50ade2e8096aaef4876621df0c1fa3211a Mon Sep 17 00:00:00 2001 From: DK Benjamin Date: Tue, 20 Jan 2026 13:07:28 -0500 Subject: [PATCH] Add Portuguese language --- hot_osm/settings/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hot_osm/settings/base.py b/hot_osm/settings/base.py index b6089d0f..636ba1f1 100644 --- a/hot_osm/settings/base.py +++ b/hot_osm/settings/base.py @@ -182,6 +182,7 @@ ("en", "English"), ("fr", "French"), ("es", "Spanish"), + ("pt", "Portuguese") ] if os.getenv("DEEPL_KEY"):