fix(nav.html): capitalize the first letter of the word "threshold" in the nav.html template to improve consistency with other translations

This commit is contained in:
Sped0n
2023-11-04 15:02:02 +08:00
parent 7150be69d6
commit f9697eb645
6 changed files with 6 additions and 11 deletions

View File

@@ -4,6 +4,5 @@ other = "nächste"
other = "vorher"
[close]
other = "schließen"
# capititalized for menu
[threshold]
other = "Schwelle"
other = "schwelle"

View File

@@ -4,6 +4,5 @@ other = "next"
other = "prev"
[close]
other = "close"
# capitialize the first letter of the word
[threshold]
other = "Threshold"
other = "threshold"

View File

@@ -4,6 +4,5 @@ other = "siguiente"
other = "previo"
[close]
other = "cerrar"
# capititalized for menu
[threshold]
other = "Umbral"
other = "umbral"

View File

@@ -4,6 +4,5 @@ other = "suivant"
other = "précédent"
[close]
other = "fermer"
# capititalized for menu
[threshold]
other = "Seuil"
other = "seuil"

View File

@@ -4,6 +4,5 @@ other = "prossimo"
other = "precedente"
[close]
other = "chiudi"
# capititalized for menu
[threshold]
other = "Soglia"
other = "soglia"

View File

@@ -17,7 +17,7 @@
{{- end -}}
</div>
<div class="threshold">
<span>{{- i18n "threshold" -}}:</span>
<span>{{- i18n "threshold" | strings.FirstUpper -}}:</span>
<span>
<button class="dec">&#xFF0D;</button>
<span class="num"></span><span class="num"></span><span class="num"></span