mirror of
https://github.com/django/django.git
synced 2024-12-23 09:36:06 +00:00
b7508896fb
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 "%%". |
||
---|---|---|
.. | ||
eggs | ||
filter_tests | ||
jinja2/template_tests | ||
other_templates | ||
recursive_templates | ||
syntax_tests | ||
templates | ||
templatetags | ||
__init__.py | ||
alternate_urls.py | ||
broken_tag.py | ||
test_callables.py | ||
test_context.py | ||
test_custom.py | ||
test_engine.py | ||
test_extends.py | ||
test_library.py | ||
test_loaders.py | ||
test_logging.py | ||
test_nodelist.py | ||
test_parser.py | ||
test_response.py | ||
test_smartif.py | ||
test_unicode.py | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |