Sfoglia il codice sorgente

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

Luiz F. A. de Prá 5 anni fa
parent
commit
4a31048a64
2 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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"