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.
This commit is contained in:
ignacio 2021-07-08 00:37:10 -04:00 committed by GitHub
parent 01f9e43e59
commit de8bff65c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"