Skip to content

Commit

Permalink
Add translation framework, see HEA-143
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispreee committed Jan 26, 2024
1 parent 4b66d91 commit c1014a6
Show file tree
Hide file tree
Showing 29 changed files with 9,486 additions and 36 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.06.04
updated-by-container-build
2 changes: 2 additions & 0 deletions apps/baseline/apps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _


class BaselineConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "baseline"
verbose_name = _("baseline")
Loading

0 comments on commit c1014a6

Please sign in to comment.