add silly things to extra locales

This commit is contained in:
Cooper Ransom 2024-02-26 17:46:03 -05:00
parent e759a37715
commit 2180fca7be
1 changed files with 3 additions and 5 deletions

View File

@ -132,17 +132,15 @@
"titles": {
"day": {
"default": "What would you like to watch this afternoon?",
"extra": [
"Feeling adventurous? Jurassic Park might be the perfect choice."
]
"extra": ["Have you seen Blazing Saddles?"]
},
"morning": {
"default": "What would you like to watch this morning?",
"extra": ["I hear Before Sunrise is good"]
"extra": ["I hear The Expanse is popular"]
},
"night": {
"default": "What would you like to watch tonight?",
"extra": ["Tired? I hear The Exorcist is good."]
"extra": ["Go smoke and watch The Simpsons!"]
}
}
},