1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00
django/tests/i18n/unchanged/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
149 B
Python
Raw Permalink Normal View History

from django.utils.translation import gettext as _
string1 = _("This is a translatable string.")
string2 = _("This is another translatable string.")