codeforboston/boston-liquor-license-tracker

Database page missing i18n keys

Open

#485 opened on Aug 2, 2026

 (0 comments) (0 reactions) (1 assignee)Python (28 forks)auto 404
buggood first issue

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (PR metrics pending)

Description

Some text on the database page is hard-coded in English instead of referencing the corresponding internationalization (i18n) keys. As a result, these strings remain in English when another language is selected.

Please replace the hard-coded text with the appropriate translation-key references.

Affected page:

  • Database page

Contributor guide