Skip to content

Commit

Permalink
Merge pull request #32 from kissgyorgy/master
Browse files Browse the repository at this point in the history
Change gettext to gettext_lazy on module level
  • Loading branch information
cordery authored Aug 19, 2024
2 parents 13fbdbd + 17a4ace commit 8ecc971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion countries_plus/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.conf import settings
from django.core.exceptions import ObjectDoesNotExist
from django.db import models
from django.utils.translation import gettext as _
from django.utils.translation import gettext_lazy as _

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 8ecc971

Please sign in to comment.