mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +01:00
Mastermindzh
0003df5fab
- Added pluralization example - Added formatter example (with Luxon) - Used HTTP loader - Added a suspense fallback page for app loading - Added cypress eslint rules
25 lines
492 B
JSON
25 lines
492 B
JSON
{
|
|
"common": {
|
|
"welcome": "Welcome!"
|
|
},
|
|
"navBar": {
|
|
"intro": "Our fancy header with navigation.",
|
|
"version": "App version:",
|
|
"currentDate": "Today's date: {{date, formattedDate}}"
|
|
},
|
|
"nav": {
|
|
"home": "home",
|
|
"about": "about",
|
|
"counter": "counter"
|
|
},
|
|
"about": {
|
|
"title": "About"
|
|
},
|
|
"counter": {
|
|
"status": "Working status: {{status}}",
|
|
"add_zero": "Please enter a value",
|
|
"add_one": "Add one",
|
|
"add_other": "Add {{count}}"
|
|
}
|
|
}
|