mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
This commit is contained in:
committed by
Mariusz Felisiak
parent
d291c72bf2
commit
35d36d9462
@@ -13,8 +13,7 @@ blocktranslate. This issue is difficult to debug, it could be a problem with
|
||||
extraction, interpolation, or both.
|
||||
|
||||
How this script helps:
|
||||
* Add {% translate "Two %% Three %%%" %} and blocktranslate equivalent to
|
||||
templates.
|
||||
* Add {% translate "Two %% Three %%%" %} and blocktranslate equivalent to templates.
|
||||
* Run this script.
|
||||
* Test extraction - verify the new msgid in sampleproject's django.po.
|
||||
* Add a translation to sampleproject's django.po.
|
||||
|
||||
Reference in New Issue
Block a user