Last active
April 15, 2019 00:31
-
-
Save WardPearce/b1fdae249060e2638374d34cd836c65d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"en": { | |
"menu-title": "Shopping list options.", | |
"option-1": "A) Add an item.", | |
"option-1-key": "a", | |
"option-2": "R) Remove an item by its element number.", | |
"option-2-key": "r", | |
"option-3": "T) Display the total number of items in the list.", | |
"option-3-key": "t", | |
"option-4": "L) List all the items.", | |
"option-4-key": "l", | |
"option-5": "E) Empty the list.", | |
"option-5-key": "e", | |
"option-6": "C) Count the instances of an item in the list.", | |
"option-6-key": "c", | |
"option-7": "Q) Quit.", | |
"option-7-key": "q", | |
"menu-input": "Option: ", | |
"program-end-message": "Shopping time." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment