mirror of
https://github.com/Hopiu/django.git
synced 2026-03-20 07:50:25 +00:00
5 lines
173 B
Text
5 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'))
|