mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 20:19:30 -07:00
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:
@@ -4,6 +4,5 @@ other = "nächste"
|
|||||||
other = "vorher"
|
other = "vorher"
|
||||||
[close]
|
[close]
|
||||||
other = "schließen"
|
other = "schließen"
|
||||||
# capititalized for menu
|
|
||||||
[threshold]
|
[threshold]
|
||||||
other = "Schwelle"
|
other = "schwelle"
|
||||||
|
|||||||
@@ -4,6 +4,5 @@ other = "next"
|
|||||||
other = "prev"
|
other = "prev"
|
||||||
[close]
|
[close]
|
||||||
other = "close"
|
other = "close"
|
||||||
# capitialize the first letter of the word
|
|
||||||
[threshold]
|
[threshold]
|
||||||
other = "Threshold"
|
other = "threshold"
|
||||||
|
|||||||
@@ -4,6 +4,5 @@ other = "siguiente"
|
|||||||
other = "previo"
|
other = "previo"
|
||||||
[close]
|
[close]
|
||||||
other = "cerrar"
|
other = "cerrar"
|
||||||
# capititalized for menu
|
|
||||||
[threshold]
|
[threshold]
|
||||||
other = "Umbral"
|
other = "umbral"
|
||||||
|
|||||||
@@ -4,6 +4,5 @@ other = "suivant"
|
|||||||
other = "précédent"
|
other = "précédent"
|
||||||
[close]
|
[close]
|
||||||
other = "fermer"
|
other = "fermer"
|
||||||
# capititalized for menu
|
|
||||||
[threshold]
|
[threshold]
|
||||||
other = "Seuil"
|
other = "seuil"
|
||||||
|
|||||||
@@ -4,6 +4,5 @@ other = "prossimo"
|
|||||||
other = "precedente"
|
other = "precedente"
|
||||||
[close]
|
[close]
|
||||||
other = "chiudi"
|
other = "chiudi"
|
||||||
# capititalized for menu
|
|
||||||
[threshold]
|
[threshold]
|
||||||
other = "Soglia"
|
other = "soglia"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
<div class="threshold">
|
<div class="threshold">
|
||||||
<span>{{- i18n "threshold" -}}:</span>
|
<span>{{- i18n "threshold" | strings.FirstUpper -}}:</span>
|
||||||
<span>
|
<span>
|
||||||
<button class="dec">-</button>
|
<button class="dec">-</button>
|
||||||
<span class="num"></span><span class="num"></span><span class="num"></span
|
<span class="num"></span><span class="num"></span><span class="num"></span
|
||||||
|
|||||||
Reference in New Issue
Block a user