complete issue #162
This commit is contained in:
parent
acbf481134
commit
4543e597ed
@ -6,9 +6,9 @@ es:
|
|||||||
notice: "Oups! Ha habido un error en la aplicación. Lo sentimos."
|
notice: "Oups! Ha habido un error en la aplicación. Lo sentimos."
|
||||||
link: "→ Volver al inicio"
|
link: "→ Volver al inicio"
|
||||||
"404":
|
"404":
|
||||||
title: Page non trouvée
|
title: Página no encontrada
|
||||||
notice: "La page que vous avez demandée n'existe pas."
|
notice: "La página requerida no existe."
|
||||||
link: "→ Retour application"
|
link: "→ Volver"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
login: Iniciar sesión
|
login: Iniciar sesión
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
- implement the reverse has_many feature based on the great work of Alex Sanford (#142)
|
- implement the reverse has_many feature based on the great work of Alex Sanford (#142)
|
||||||
- fix a couple of bugs: #152
|
- fix a couple of bugs: #152
|
||||||
- improve the installation procedure about setting carrierwave up (#144)
|
- improve the installation procedure about setting carrierwave up (#144)
|
||||||
|
- support for spork (#157)
|
||||||
|
- rake task to create an admin account for the first site (#158)
|
||||||
|
- Adding indexes for pages to avoid "Mongo::OperationFailure: too much data" errors (#159)
|
||||||
|
- better spanish translations (#161, #162)
|
||||||
|
-
|
Loading…
Reference in New Issue
Block a user