Explorar el Código

Add missing translations for en and pt-br (#462)

Luiz F. A. de Prá hace 5 años
padre
commit
4a31048a64
Se han modificado 2 ficheros con 9 adiciones y 0 borrados
  1. 3 0
      i18n/en.toml
  2. 6 0
      i18n/pt-br.toml

+ 3 - 0
i18n/en.toml

@@ -10,6 +10,9 @@ other = "series"
 [author]
 other = "author"
 
+[posts]
+other = "posts"
+
 [reading_time]
 one = "One-minute read"
 other = "{{ .Count }}-minute read"

+ 6 - 0
i18n/pt-br.toml

@@ -7,6 +7,12 @@ other = "tag"
 [series]
 other = "séries"
 
+[author]
+other = "autor"
+
+[posts]
+other = "artigos"
+
 [reading_time]
 one = "Um minuto de leitura"
 other = "{{ .Count }} minutos de leitura"