.pre-commit-config.yaml
CODEOWNERS
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
runtests.py
setup.cfg
setup.py
tox.ini
requirements/py310-django32.txt
requirements/py310-django42.txt
requirements/py310-django52.txt
requirements/py311-django32.txt
requirements/py311-django42.txt
requirements/py311-django52.txt
requirements/py312-django32.txt
requirements/py312-django42.txt
requirements/py312-django52.txt
requirements/py313-django52.txt
requirements/py314-django52.txt
requirements/py38-django32.txt
requirements/py38-django42.txt
requirements/py39-django32.txt
requirements/py39-django42.txt
requirements/requirements.in
src/django_lang.egg-info/PKG-INFO
src/django_lang.egg-info/SOURCES.txt
src/django_lang.egg-info/dependency_links.txt
src/django_lang.egg-info/not-zip-safe
src/django_lang.egg-info/requires.txt
src/django_lang.egg-info/top_level.txt
src/lang/__init__.py
src/lang/conf.py
src/lang/context_processors.py
src/lang/defaults.py
src/lang/utils.py
src/lang/static/lang/css/nav-link-standalone.css
src/lang/static/lang/css/nav-link.css
src/lang/static/lang/js/display-standalone-class.js
src/lang/templates/hreflang.html
src/lang/templates/lang/nav-link-standalone.html
src/lang/templates/lang/nav-link.html
src/lang/templatetags/__init__.py
src/lang/templatetags/languages_helpers.py
src/lang/templatetags/urls.py
tests/__init__.py
tests/conftest.py
tests/hreflang_html.py
tests/settings.py
tests/test_conf.py
tests/test_context_processors.py
tests/test_i18n_routing.py
tests/test_i18n_translated_url_paths.py
tests/test_lang_defaults.py
tests/test_lang_utils.py
tests/test_site_integration.py
tests/test_templates_hreflang_nav.py
tests/test_templatetags_language_list.py
tests/test_translate_url.py
tests/urls.py
tests/views.py