From a18a8cc797d6302856b5c24fd7a7577b0ebb7b03 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Fri, 10 Feb 2023 16:51:07 -0300 Subject: Translate no-post --- i18n/en.toml | 3 +++ i18n/pt.toml | 3 +++ layouts/_default/list.html | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/i18n/en.toml b/i18n/en.toml index b3704ba..1a89360 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,5 +1,8 @@ [filtering-for] other = "Filtering for" +[no-posts] + other = "No posts yet" + [email-subject] other = "Reply to " \ No newline at end of file diff --git a/i18n/pt.toml b/i18n/pt.toml index 04d040b..a139b0f 100644 --- a/i18n/pt.toml +++ b/i18n/pt.toml @@ -1,5 +1,8 @@ [filtering-for] other = "Filtrando para" +[no-posts] + other = "Nenhum post ainda" + [email-subject] other = "Resposta a " \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 84514aa..c1f1268 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -21,7 +21,7 @@ {{ else }}
  • - No posts yet + {{ i18n "no-posts" }}
  • {{ end }} -- cgit v1.2.3