mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-21 10:53:23 +01:00
Mastermindzh
3db77f96b9
- Added an example with trucks and basic fetch in useEffect on page load - Added simply test to see whether any data is displayed (and shows the interceptor) Introduced "CypressStrictMode" which wraps React.StrictMode and checks whether Cypress is involved, if so disable StrictMode.
27 lines
565 B
JSON
27 lines
565 B
JSON
{
|
|
"common": {
|
|
"welcome": "Welcome!"
|
|
},
|
|
"navBar": {
|
|
"intro": "Our fancy header with navigation.",
|
|
"version": "version:",
|
|
"currentDate": "Today's date: {{date, formattedDate}}"
|
|
},
|
|
"nav": {
|
|
"home": "home",
|
|
"about": "about",
|
|
"counter": "counter",
|
|
"tenders": "tenders (with auth)",
|
|
"trucks": "trucks (contract api)"
|
|
},
|
|
"about": {
|
|
"title": "About"
|
|
},
|
|
"counter": {
|
|
"status": "Working status: {{status}}",
|
|
"add_zero": "Please enter a value",
|
|
"add_one": "Add one",
|
|
"add_other": "Add {{count}}"
|
|
}
|
|
}
|