From 963a78323b0fc8474c0d3b03fdf7577e03454d3b Mon Sep 17 00:00:00 2001
From: Luiz F. A. de Prá <rawarkanis@gmail.com>
Date: Mon, 27 Dec 2021 13:09:04 +0000
Subject: [PATCH] Update i18n files with missing keys
---
i18n/cs.toml | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/i18n/cs.toml b/i18n/cs.toml
index 11ba620..3975b4b 100644
--- a/i18n/cs.toml
+++ b/i18n/cs.toml
@@ -1,15 +1,21 @@
[categories]
one = "kategorie"
+other = "categories"
[tags]
one = "tag"
+other = "tags"
[series]
one = "série"
+other = "series"
[authors]
+one = "author"
+other = "authors"
[posts]
+other = "posts"
[reading_time]
other = "Délka čtení: {{ .Count }}"
@@ -28,3 +34,24 @@
[see_also]
other = "Podívejte se také na"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
--
Gitblit v1.10.0