forked from faahim/happy-birthday
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added support for customising all content via JSON
- Loading branch information
Showing
3 changed files
with
70 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,23 @@ | ||
{ | ||
"greeting": "Hiya", | ||
"name": "Lydia", | ||
"greetingText": "I really like your name btw!", | ||
"wishText": "May the js.prototypes always be with you! ;)", | ||
"imagePath": "img/lydia2.png" | ||
"imagePath": "img/lydia2.png", | ||
"text1": "It's your birthday!!! :D", | ||
"textInChatBox": "Happy birthday to you!! Yeee! Many many happy blah...", | ||
"sendButtonLabel": "Send", | ||
"text2": "That's what I was going to do.", | ||
"text3": "But then I stopped.", | ||
"text4": "I realised, I wanted to do something", | ||
"text4Adjective": "special", | ||
"text5Entry": "Because,", | ||
"text5Content": "You are Special", | ||
"smiley": ":)", | ||
"bigTextPart1": "S", | ||
"bigTextPart2": "O", | ||
"wishHeading": "Happy Birthday!", | ||
"outroText": "Okay, now come back and tell me if you liked it.", | ||
"replayText": "Or click, if you want to watch it again.", | ||
"outroSmiley": ":)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters