diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.toml | 2 | ||||
| -rw-r--r-- | i18n/es.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 9f122c8..b82ce91 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,5 +1,5 @@ [readingTime] - other = "{{ .Count }}-minute read" + other = "{{ . }}-minute read" [returnHome] other = "Return to homepage" diff --git a/i18n/es.toml b/i18n/es.toml index 781f115..2a7ff92 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -1,6 +1,6 @@ [readingTime] one = "1 minuto para leer" - other = "{{ .Count }} minutos para leer" + other = "{{ . }} minutos para leer" [returnHome] other = "Regresar a la página de inicio" |
