diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-09-29 19:57:55 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-09-29 19:57:55 -0300 |
commit | 6f981964e0ec959fb34fd365b3e29988cc51e062 (patch) | |
tree | e93f15abd482cde390ca18742486c176d940c826 /i18n | |
parent | 64583d8a0a1ad7c76d49e93922c75b6de3dc5133 (diff) | |
download | hugo-bearcub-6f981964e0ec959fb34fd365b3e29988cc51e062.tar.gz hugo-bearcub-6f981964e0ec959fb34fd365b3e29988cc51e062.tar.bz2 |
Add i18n to skiplink
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 5 | ||||
-rw-r--r-- | i18n/pt.toml | 5 |
2 files changed, 8 insertions, 2 deletions
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 |