diff --git a/i18n/en.toml b/i18n/en.toml index 9715b85..c179de8 100644 --- a/i18n/en.toml +++ b/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" diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml index 679a6a6..8aa77ce 100644 --- a/i18n/pt-br.toml +++ b/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"