mirror of
https://github.com/Hopiu/django.git
synced 2026-04-10 10:01:10 +00:00
Refactored tests to use a sample project.
Updated extraction:
* Removed special handling of single percent signs.
* When extracting messages from template text, doubled all percent signs
so they are not interpreted by gettext as string format flags. All
strings extracted by gettext, if containing a percent sign, will now
be labeled "#, python-format".
Updated translation:
* Used "%%" for "%" in template text before calling gettext.
* Updated {% trans %} rendering to restore "%" from "%%".
|
||
|---|---|---|
| .. | ||
| backends | ||
| loaders | ||
| __init__.py | ||
| base.py | ||
| context.py | ||
| context_processors.py | ||
| defaultfilters.py | ||
| defaulttags.py | ||
| engine.py | ||
| exceptions.py | ||
| library.py | ||
| loader.py | ||
| loader_tags.py | ||
| response.py | ||
| smartif.py | ||
| utils.py | ||