mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +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
583 B
JSON
27 lines
583 B
JSON
{
|
|
"common": {
|
|
"welcome": "Welkom!"
|
|
},
|
|
"navBar": {
|
|
"intro": "Een fancy header met navigatie",
|
|
"version": "versie:",
|
|
"currentDate": "De datum van vandaag: {{date, formattedDate}}"
|
|
},
|
|
"nav": {
|
|
"home": "home",
|
|
"about": "over ons",
|
|
"counter": "teller",
|
|
"tenders": "aanbestedingen (met auth)",
|
|
"trucks": "trucks (contract api)"
|
|
},
|
|
"about": {
|
|
"title": "Over ons"
|
|
},
|
|
"counter": {
|
|
"status": "Staat van werking: {{status}}",
|
|
"add_zero": "Vul aub een waarde in",
|
|
"add_one": "+1",
|
|
"add_other": "Voeg {{count}} toe"
|
|
}
|
|
}
|