Skip to content

Commit

Permalink
CC-2137 followup - NZSL: move signbank to Poetry (#172)
Browse files Browse the repository at this point in the history
Fix reversion that was preventing important functions working, eg. new
gloss.

## JIRA Ticket
[CC-2137 NZSL: move signbank to
Poetry](https://ackama.atlassian.net/browse/CC-2137)

## Changes
- `ugetttext` is back to being `gettext`

## Notes
This was changed at some point in `django/utils/translation`, with
effect the interim measure (required at one point during phased
upgrades) of aliasing the two calls together stopped working
  • Loading branch information
jonholdsworth authored Jun 27, 2024
1 parent 522f959 commit 1848975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signbank/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sys

import dj_database_url
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _


sentry_dsn = os.environ.get('SENTRY_DSN', '')
Expand Down

0 comments on commit 1848975

Please sign in to comment.