From bac4e7fabed4319f91f9f6be0f92c9c4fdff9ec0a61275a339e0271d2ccaffa8 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Mon, 31 Jul 2023 00:00:00 +0000 Subject: Add multilingual support for reading time --- i18n/en.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 i18n/en.toml (limited to 'i18n/en.toml') diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..b602267 --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,3 @@ +[readingTime] + one = "1 minute read" + other = "{{ .Count }} minutes read" -- cgit v1.2.3