From 2fbe51c98f2669eadeef8c1c2d00ee158d67a440 Mon Sep 17 00:00:00 2001 From: Alexander Bilz <mail@alexbilz.com> Date: Tue, 28 Jun 2022 17:43:40 +0000 Subject: [PATCH] feat: translate series label (#372) --- i18n/en.toml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index db4901f..bd06fbd 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -46,4 +46,7 @@ other = "Info" [update] -other = "Update" \ No newline at end of file +other = "Update" + +[series_posts] +other = "Posts in this series" \ No newline at end of file -- Gitblit v1.10.0