From 78b7ca18901554bd3f69d44f0065b80d04123c56 Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Thu, 3 Nov 2022 17:41:39 -0500 Subject: [PATCH] Added i18n with en.toml file. --- i18n/en.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 i18n/en.toml diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..db453ed --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,2 @@ +[wordCount] +other = "{{ .WordCount }} words" \ No newline at end of file