We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a16442 commit 122f79cCopy full SHA for 122f79c
src/theme/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (0, 5, 6)
+VERSION = (0, 5, 7)
2
__version__ = '.'.join(str(v) for v in VERSION)
3
4
src/theme/templates/versions.html
@@ -32,9 +32,11 @@
32
{% if versions %}
33
<dl>
34
<dt>{% trans %}Versions{% endtrans %}</dt>
35
+ <dt>Debug Language: {{ language }}</dt>
36
{% for version in versions %}
37
<dd>
38
{% if language and language in locales[version] %}
39
+ Debug: {{ locales[version] }}
40
<a {{ mark_current(version, current_version) }}
41
href="{{ page_link(version=version) }}">{{ version }}
42
</a>
0 commit comments