mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
This commit is contained in:
committed by
Mariusz Felisiak
parent
70d95682b1
commit
d291c72bf2
@@ -260,7 +260,10 @@ Signals
|
||||
Templates
|
||||
~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* The renamed :ttag:`translate` and :ttag:`blocktranslate` template tags are
|
||||
introduced for internationalization in template code. The older :ttag:`trans`
|
||||
and :ttag:`blocktrans` template tags aliases continue to work, and will be
|
||||
retained for the foreseeable future.
|
||||
|
||||
Tests
|
||||
~~~~~
|
||||
|
||||
Reference in New Issue
Block a user