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": { "titles": {
"day": { "day": {
"default": "What would you like to watch this afternoon?", "default": "What would you like to watch this afternoon?",
"extra": [ "extra": ["Have you seen Blazing Saddles?"]
"Feeling adventurous? Jurassic Park might be the perfect choice."
]
}, },
"morning": { "morning": {
"default": "What would you like to watch this 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": { "night": {
"default": "What would you like to watch tonight?", "default": "What would you like to watch tonight?",
"extra": ["Tired? I hear The Exorcist is good."] "extra": ["Go smoke and watch The Simpsons!"]
} }
} }
}, },