Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions translations/es/intents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"today_in_history.intent": [
"(cuéntame sobre|qué) (acontecimientos históricos|) sucedieron (hoy|esta fecha|este día) (en la historia|)",
"(Cuéntame sobre|qué) (acontecimientos históricos|) ocurrieron el {fecha} (en la historia|)",
"(hoy|esta fecha|este día) en la historia"
],
"deaths_in_history.intent": [
"¿Quién murió hoy (en la historia|)?"
],
"births_in_history.intent": [
"¿Quién nació hoy (en la historia|)?"
]
}
9 changes: 9 additions & 0 deletions translations/es/vocabs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"TellMeMore.voc": [
"otro evento",
"(continua|sigue)",
"más eventos",
"dime más",
"cuéntame más"
]
}