21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"Index": {
|
|
"title": "Welcome to the Application",
|
|
"description": "This is a sample application with internationalization support.",
|
|
"navigation": {
|
|
"title": "Navigation",
|
|
"home": "Home",
|
|
"about": "About",
|
|
"contact": "Contact"
|
|
},
|
|
"auth": {
|
|
"title": "Authentication",
|
|
"login": "Login",
|
|
"register": "Register"
|
|
}
|
|
},
|
|
"LocaleLayout": {
|
|
"title": "Next.js i18n Application"
|
|
}
|
|
}
|