From f809735629e57e21c08ff43cd154bd6c8040e031 Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Tue, 23 Apr 2024 10:02:56 +0200 Subject: [PATCH] Translate pagination in meta title --- default.hbs | 2 +- locales/cs.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/default.hbs b/default.hbs index 2427d3a..fd075a5 100644 --- a/default.hbs +++ b/default.hbs @@ -18,7 +18,7 @@ {{#is "tag"}} {{tag.name}} | {{@site.title}} {{else}} - {{meta_title}} | {{@site.title}} + {{meta_title page=(t " (Page %)")}} | {{@site.title}} {{/is}} diff --git a/locales/cs.json b/locales/cs.json index 443a6c1..7fd576c 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -1,4 +1,5 @@ { + " (Page %)": " (strana %)", "1 min read": "čtení na 1 min.", "% min read": "čtení na % min." }