Make home aside webrings list collapsable.
This commit is contained in:
parent
1326b8335f
commit
c6ef4ff68c
5 changed files with 64 additions and 26 deletions
|
|
@ -89,6 +89,7 @@ module.exports = {
|
|||
nextSite: "next site",
|
||||
random: "random",
|
||||
showMore: "Show more",
|
||||
showLess: "Show less",
|
||||
previous: "previous",
|
||||
next: "next",
|
||||
about: "about",
|
||||
|
|
@ -179,6 +180,7 @@ module.exports = {
|
|||
nextSite: "próximo site",
|
||||
random: "aleatório",
|
||||
showMore: "Ver mais",
|
||||
showLess: "Ver menos",
|
||||
previous: "anterior",
|
||||
next: "próximo",
|
||||
about: "sobre",
|
||||
|
|
|
|||
Loading…
Reference in a new issue