Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorrazonyang <razonyang@gmail.com>2020-09-25 10:12:44 +0300
committerrazonyang <razonyang@gmail.com>2020-09-25 12:40:07 +0300
commit58bea13e25ed0c636a13829f824c5ff65e81263a (patch)
treed76d74251dc7997ebcec6c27238800f4269f26ac /i18n
parent8c51d4bae47a5d3e0de24ed39a32ab63e6fb5620 (diff)
Add translations for taxonomies prefixed by All
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 17cfcfb..18b96bd 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -36,3 +36,12 @@ other = "Tags"
[series]
other = "Series"
+
+[all_categories]
+other = "All Categories"
+
+[all_tags]
+other = "All Tags"
+
+[all_series]
+other = "All Series"