feat: Update list descriptions and add new fortune lists
- Updated descriptions: UNfortune->Wednesday-Style, sandman->Sandmännchen, fortune->klassische Glückskeks-Sprüche - Added new lists: idioms, vegan recipes, budandterence, unicorn - Rebuilt famous quotes with author years - Fixed syntax errors in JSON files Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
+16
-8
@@ -109,11 +109,15 @@ MainView {
|
||||
// Aktuelle Liste laden und Beschreibung setzen
|
||||
py.call("fortunecookie.get_current_fortune_list", [], function(listName) {
|
||||
var descriptions = {
|
||||
"fortune": "Glückskeks-Sprüche",
|
||||
"fortune": "klassische Glückskeks-Sprüche",
|
||||
"farmer wisdom": "Bauernweisheiten",
|
||||
"UNfortune": "Darkside-Sprüche",
|
||||
"sandman": "Bettgehzeit!",
|
||||
"famous quotes": "Berühmte Zitate"
|
||||
"UNfortune": "Wednesday-Style",
|
||||
"sandman": "Sandmännchen",
|
||||
"famous quotes": "Berühmte Zitate",
|
||||
"idioms": "Redensarten aus aller Welt",
|
||||
"vegan recipes": "Vegane Rezeptideen",
|
||||
"budandterence": "Legendäre Bud Spencer und Terence Hill Sprüche",
|
||||
"unicorn": "Einhorn Glückssprüche (die fast schon wehtun)"
|
||||
};
|
||||
root.currentFortuneListDescription = descriptions[listName] || listName;
|
||||
});
|
||||
@@ -333,11 +337,15 @@ MainView {
|
||||
reloadFortune();
|
||||
// Aktualisiere die Anzeige im Hauptbildschirm
|
||||
var descriptions = {
|
||||
"fortune": "Glückskeks-Sprüche",
|
||||
"fortune": "klassische Glückskeks-Sprüche",
|
||||
"farmer wisdom": "Bauernweisheiten",
|
||||
"UNfortune": "Darkside-Sprüche",
|
||||
"sandman": "Bettgehzeit!",
|
||||
"famous quotes": "Berühmte Zitate"
|
||||
"UNfortune": "Wednesday-Style",
|
||||
"sandman": "Sandmännchen",
|
||||
"famous quotes": "Berühmte Zitate",
|
||||
"idioms": "Redensarten aus aller Welt",
|
||||
"vegan recipes": "Vegane Rezeptideen",
|
||||
"budandterence": "Legendäre Bud Spencer und Terence Hill Sprüche",
|
||||
"unicorn": "Einhorn Glückssprüche (die fast schon wehtun)"
|
||||
};
|
||||
root.currentFortuneListDescription = descriptions[newList] || newList;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user