From de8bff65c56d677fb334f4f47c897d8f5ae1ec60 Mon Sep 17 00:00:00 2001 From: ignacio <85334507+postcode-x@users.noreply.github.com> Date: Thu, 8 Jul 2021 00:37:10 -0400 Subject: [PATCH] Update es.toml 1) [archive-dateformat] current parameter returns non sensical information. 2) [skin-dark] and [skin-light] parameters are breaking page functionality, specially on mobile. I'm proposing these values so everything works again like it should. --- i18n/es.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/es.toml b/i18n/es.toml index 0b0e31d..cd4c7cb 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -17,7 +17,7 @@ other = "Categorías" other = "Serie" [archive-dateformat] -other = "2015-01-21" +other = "Jan 2" [talks-dateformat] other = "2006-01-02" @@ -101,10 +101,10 @@ other = "Esta pagina se ve mejor con JavaScript habilitado" other = "Publicaciones principales" [skin-dark] -other = "oscuro" +other = "dark" [skin-light] -other = "claro" +other = "light" [skin-hacker] other = "hacker"