From 6f981964e0ec959fb34fd365b3e29988cc51e062 Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:57:55 -0300 Subject: Add i18n to skiplink --- i18n/en.toml | 5 ++++- i18n/pt.toml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'i18n') diff --git a/i18n/en.toml b/i18n/en.toml index 1a89360..b7738dd 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -5,4 +5,7 @@ other = "No posts yet" [email-subject] - other = "Reply to " \ No newline at end of file + other = "Reply to " + +[skip-link] + other = "Skip to main content" \ No newline at end of file diff --git a/i18n/pt.toml b/i18n/pt.toml index a139b0f..33fc65f 100644 --- a/i18n/pt.toml +++ b/i18n/pt.toml @@ -5,4 +5,7 @@ other = "Nenhum post ainda" [email-subject] - other = "Resposta a " \ No newline at end of file + other = "Resposta a " + +[skip-link] + other = "Pular para conteúdo principal" \ No newline at end of file -- cgit v1.2.3