From 84011f418d7eb6c2ef870efc3f6fbd4a93d30985 Mon Sep 17 00:00:00 2001
From: Regis Philibert <login@regisphilibert.com>
Date: Mon, 21 Mar 2022 15:58:10 +0000
Subject: [PATCH] Localize "By"
---
i18n/de.toml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/i18n/de.toml b/i18n/de.toml
index 1109b97..c0b4f10 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -10,6 +10,9 @@
[readMore]
other = "weiterlesen"
+[by]
+other = "Von"
+
[whatsInThis]
other = "Was ist in dieser {{ .Type }}"
--
Gitblit v1.10.0