feat: add daily fruit feature and related components
Build Docker Image / build (push) Successful in 2m8s
Build Docker Image / build (push) Successful in 2m8s
- Introduced a new daily fruit selection mechanism with associated database schema. - Created routes and components for displaying and interacting with daily fruit. - Implemented logic for tracking wins related to daily fruit and character guesses. - Added localization support for new daily fruit titles in English and French. - Enhanced the user experience with history tracking for guesses and wins. - Refactored existing character-related logic to accommodate new fruit functionality.
This commit is contained in:
@@ -104,7 +104,8 @@
|
||||
},
|
||||
"daily": {
|
||||
"metaTitle": "OnePieceDle - Mode du jour",
|
||||
"title": "Personnage du jour",
|
||||
"characterTitle": "daily - personnage",
|
||||
"fruitTitle": "daily - fruit",
|
||||
"winsPeopleSingular": "personne",
|
||||
"winsPeoplePlural": "personnes",
|
||||
"winsVerbSingular": "a",
|
||||
|
||||
Reference in New Issue
Block a user