Added some data to the card + react.moment for date handling.

This commit is contained in:
Patrick Fic
2019-12-31 14:41:04 -08:00
parent 226933f2d7
commit fa6a1b1eea
6 changed files with 57 additions and 6 deletions

View File

@@ -6,6 +6,10 @@
"french": "French",
"spanish": "Spanish"
},
"labels": {
"in": "In",
"out": "Out"
},
"title": "Welcome to {{framework}}",
"greetings": "Hello2!",
"intro": "To get started, edit <1><0></0></1> and save to reload."
@@ -16,7 +20,8 @@
"postInvoices": "Post Invoices",
"notes": "Job Notes",
"partStatus": "Part Status",
"receiveParts": "Receive Parts"
"receiveParts": "Receive Parts",
"card": {}
}
}
}