diff --git a/templates/navbar-common.html b/templates/navbar-common.html index 658fdb89f8..cb3b5ee9b9 100644 --- a/templates/navbar-common.html +++ b/templates/navbar-common.html @@ -12,7 +12,9 @@ % for l_completion, l_code, l_name, l_url in website.lang_list
  • {{ _("{0} ({1} complete)", l_name, format_percent(l_completion)) }}
  • + >{{ _("{0}", l_name) }}{% if l_completion <= 99 %}{% endif %} % endfor