mirror of
https://github.com/Hopiu/django.git
synced 2026-05-17 20:11:06 +00:00
4 lines
149 B
Python
4 lines
149 B
Python
from django.utils.translation import gettext as _
|
|
|
|
string1 = _("This is a translatable string.")
|
|
string2 = _("This is another translatable string.")
|