1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/tests/i18n/unchanged/__init__.py
Ad Timmering 4bfe8c0eec Fixed #6106 -- Prevented makemessages from changing .po files when up to date.
Co-authored-by: Daniyal Abbasi <abbasi.daniyal98@gmail.com>
2021-11-11 09:12:05 +01:00

5 lines
149 B
Python

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