From e6aa0c1d14ce70b0b0d27753a8183c83177573b1 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 15 Mar 2025 14:42:06 -0400 Subject: [PATCH] add translation for the theme i use --- i18n/es.toml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 i18n/es.toml diff --git a/i18n/es.toml b/i18n/es.toml new file mode 100644 index 0000000..63c01c7 --- /dev/null +++ b/i18n/es.toml @@ -0,0 +1,36 @@ +[not_found] + other = "NO ENCONTRADO" + +[not_found_desc] + other = "Haz tomado una ruta que no existe..." + +[home] + other = "Inicio" + +[published] + other = "Publicado" + +[reading_time] + other = "Tiempo de lectura" + +[reading_time_desc] + one = "1 minuto" + other = "{{ .Count }} minutos" + +[authors] + other = "Autores" + +[tags] + other = "Etiquetas" + +[categories] + other = "Categorías" + +[and] + other = "y" + +[powered_by] + other = "Hecho con" + +[theme] + other = "Tema"