aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-07-31 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-07-31 00:00:00 +0000
commitbac4e7fabed4319f91f9f6be0f92c9c4fdff9ec0a61275a339e0271d2ccaffa8 (patch)
tree43c0b42bec5756bf60cf0607f7810a9ddf5ea440efec6056a4a65d0a8eff2222 /i18n
parent5ab2048f8e69d21902f379bb281fa947d31e7f0399556ab96f18841d9005e250 (diff)
Add multilingual support for reading time
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml3
1 files changed, 3 insertions, 0 deletions
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"