0
0
mirror of https://github.com/django/django.git synced 2024-11-24 11:48:10 +01:00
django/tests/i18n/unchanged/models.py.tmp
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

4 lines
119 B
Plaintext

from django.utils.translation import gettext as _
string3 = _('This is a hitherto undiscovered translatable string.')