Skip to content

Commit

Permalink
Update translation_db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JusticeV452 committed Jun 26, 2024
1 parent 33ee84f commit 3b40af8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backend/app/translation_db.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from django.utils.translation import gettext_lazy
from textwrap import dedent
from django.utils.translation import gettext_lazy

# pylint: disable=line-too-long


def _(text, dedent_text=True):
Expand Down Expand Up @@ -231,4 +233,4 @@ def translate_tag(tag, default=None):
},
# },
"description": _("This project is still under construction and contains student work, so there may be features that are currently incomplete or inaccurate.")
}
}

0 comments on commit 3b40af8

Please sign in to comment.