* Fix missing translations for notices * Fix taxonomy translations
@@ -1,15 +1,24 @@
[category]
other = "category"
+[categories]
+other = "categories"
+
[tag]
other = "tag"
+[tags]
+other = "tags"
[series]
other = "series"
[author]
other = "author"
+[authors]
+other = "authors"
[posts]
other = "posts"
@@ -32,14 +41,23 @@ other = "Powered by"
[see_also]
other = "See also in"
-[notice_warning]
-other = "Warning"
+[note]
+other = "note"
+[tip]
+other = "tip"
+[example]
+other = "example"
+[question]
+other = "question"
-[notice_tip]
-other = "Tip"
+[info]
+other = "info"
-[notice_note]
-other = "Note"
+[warning]
+other = "warning"
-[notice_info]
-other = "Info"
+[error]
+other = "error"
other = "categoria"
+other = "categorias"
-other = "tag"
+other = "etiqueta"
+other = "etiquetas"
other = "séries"
-[author]
+[autor]
other = "autor"
+other = "autores"
other = "artigos"
@@ -28,3 +37,24 @@ other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
[powered_by]
other = "Promovido por"
+other = "nota"
+other = "dica"
+other = "exemplo"
+other = "pergunta"
+other = "aviso"
+other = "erro"
@@ -6,7 +6,7 @@
{{- print ": " -}}
{{- end -}}
- {{- .Title -}}
+ {{- i18n (lower .Title) | default .Title | title -}}
</a>
</h1>
{{ .Content }}