瀏覽代碼

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

Luiz F. A. de Prá 5 年之前
父節點
當前提交
4a31048a64
共有 2 個文件被更改,包括 9 次插入0 次删除
  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"