first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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)"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"nav": {
|
||||
"home": "Inicio",
|
||||
"ui": "UI",
|
||||
"chat": "Chat",
|
||||
"dashboard": "Panel",
|
||||
"about": "Acerca de"
|
||||
},
|
||||
"home": {
|
||||
"title": "Hola desde WrNexus",
|
||||
"intro": "Un framework SSR-first con componentes reactivos. Prueba los contadores:"
|
||||
},
|
||||
"api": {
|
||||
"greeting": "Hola desde la API (es)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user