mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 15:30:24 +00:00
4 lines
173 B
Text
4 lines
173 B
Text
from django.utils.translation import ugettext
|
|
|
|
# This will generate an xgettext warning
|
|
my_string = ugettext("This string contain two placeholders: %s and %s" % ('a', 'b'))
|