language i18n added and tested for server and client side
This commit is contained in:
20
ServicesFrontEnd/frontend/messages/en.json
Normal file
20
ServicesFrontEnd/frontend/messages/en.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user