mirror of
https://github.com/django/django.git
synced 2025-02-06 15:35:37 +00:00
6 lines
150 B
Python
6 lines
150 B
Python
from django.utils.translation import gettext as _
|
|
|
|
string1 = _("This is a translatable string.")
|
|
# Obsolete string.
|
|
# string2 = _("Obsolete string.")
|