about summary refs log tree commit diff
path: root/i18n/en.toml
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.toml')
-rw-r--r--i18n/en.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..1cf0f8a
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,13 @@
+["choose language"]
+other = "Choose another language:"
+
+[current]
+other = "current"
+
+["word count"]
+one = "{{ .WordCount }} word"
+other = "{{ .WordCount }} words"
+
+["reading time"]
+one = "approximately {{ .Count }} minute reading"
+other = "approximately {{ .Count }} minutes reading"