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:
parent
01f9e43e59
commit
de8bff65c5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue