mirror of
https://github.com/django/django.git
synced 2024-12-24 10:05:46 +00:00
4 lines
119 B
Plaintext
4 lines
119 B
Plaintext
|
from django.utils.translation import gettext as _
|
||
|
|
||
|
string3 = _('This is a hitherto undiscovered translatable string.')
|