mirror of
https://github.com/Hopiu/django.git
synced 2026-03-26 02:40:30 +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.")
|