Skip to content

Commit

Permalink
impr(quotes): add Spanish quotes (KANGRIZ) (#4850)
Browse files Browse the repository at this point in the history
* impr(quotes): add Spanish quotes (Spanish.json)

Added Spanish quotes, ID 148 to 150 (3 in total).
Comes from all different authors/sources.

* Update spanish.json

* Update spanish.json

* change quote id: 148 to another quote

* character length correction

* delete quote id 148
  • Loading branch information
Kangr1s authored Dec 15, 2023
1 parent c95acf9 commit 63a6a75
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion frontend/static/quotes/spanish.json
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,18 @@
"source": "Seneca",
"length": 174,
"id": 147
}
},
{
"text": "Por mucho que lo intentes, por mucho que te esfuerces, es posible que todo salga mal. De hecho, es probable que la mayor parte de las cosas que creías que iban a salir de una manera, salgan de otra. Porque la realidad va su aire. No puedes gobernarla tanto como crees.",
"source": "Así es la put* vida - Jordi Wild",
"length": 268,
"id": 148
},
{
"text": "Este es mi gusto, no un buen gusto, no un mal gusto, pero sí mi gusto, del cual no me avergüenzo ni lo oculto. Este es mi camino, ¿dónde está el suyo?",
"source": "Friedrich Nietzsche",
"length": 150,
"id": 159
}
]
}

0 comments on commit 63a6a75

Please sign in to comment.