Forráskód Böngészése

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

Luiz F. A. de Prá 5 éve
szülő
commit
4a31048a64
2 módosított fájl, 9 hozzáadás és 0 törlés
  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"