diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-02 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-02 00:00:00 +0000 |
commit | 8e8dfd71be5635b00517b5d521da802b56bcf7ce409fff3ae3605530e4da00f0 (patch) | |
tree | 9eacc22ea8445f821fc660cecf7b40bf7b572f61e178ebcbd4dbb032fe5125db /i18n | |
parent | 55d101cce44d46a373f6e1c8318b08df3920c9fb2b13de2e2982e171796d0856 (diff) | |
download | hugo-theme-journal-8e8dfd71be5635b00517b5d521da802b56bcf7ce409fff3ae3605530e4da00f0.tar.gz hugo-theme-journal-8e8dfd71be5635b00517b5d521da802b56bcf7ce409fff3ae3605530e4da00f0.zip |
Add support for Spanish
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/es.toml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/i18n/es.toml b/i18n/es.toml new file mode 100644 index 0000000..21889d7 --- /dev/null +++ b/i18n/es.toml @@ -0,0 +1,27 @@ +[readingTime] + one = "1 minuto para leer" + other = "{{ .Count }} minutos para leer" + +[returnHome] + other = "Regresar a la página de inicio" + +[list] + other = "Lista" + +[feeds] + other = "Feeds" + +[atomFeed] + other = "Atom Feed" + +[tags] + other = "Etiquetas" + +[journalEntries] + other = "Entradas" + +[refs] + other = "Referencias" + +[navLinks] + other = "Enlaces de navegación" |