2 parents 2caa60f + 3642a2b commit e0ef422Copy full SHA for e0ef422
2 files changed
src/nsupdate/settings/base.py
@@ -442,8 +442,6 @@
442
('el', gettext_noop('Greek')),
443
('fr', gettext_noop('French')),
444
('it', gettext_noop('Italian')),
445
- # ('es', gettext_noop('Spanish')),
446
- # ('zh-cn', gettext_noop('Chinese (China)')),
447
)
448
449
# Silences the 1_6.W001 warning you get without this.
src/nsupdate/templates/base.html
@@ -84,7 +84,7 @@
84
<input type="hidden" name="language" value="{{ lang.code }}" />
85
</form>
86
<a class="dropdown-item" href="#" onclick="document.getElementById('setLang{{ forloop.counter }}').submit();return false;">
87
- {{ lang.name_local }} ({{ lang.name }}) [{{ lang.code }}]
+ {{ lang.name_local|capfirst }} ({{ lang.name }}) [{{ lang.code }}]
88
</a>
89
{% endif %}
90
{% endfor %}
0 commit comments