Files
WRNexusJS/examples/basic-app/app/locales/en.json
T
2026-07-12 15:55:18 +05:30

17 lines
318 B
JSON

{
"nav": {
"home": "Home",
"ui": "UI",
"chat": "Chat",
"dashboard": "Dashboard",
"about": "About"
},
"home": {
"title": "Hello from WrNexus",
"intro": "An SSR-first framework with reactive components. Try the counters:"
},
"api": {
"greeting": "Hello from the API (en)"
}
}