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"
|
||||
}
|
||||
}
|
||||
20
ServicesFrontEnd/frontend/messages/tr.json
Normal file
20
ServicesFrontEnd/frontend/messages/tr.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Index": {
|
||||
"title": "Uygulamaya Hoş Geldiniz",
|
||||
"description": "Bu, uluslararasılaştırma desteği olan örnek bir uygulamadır.",
|
||||
"navigation": {
|
||||
"title": "Navigasyon",
|
||||
"home": "Ana Sayfa",
|
||||
"about": "Hakkında",
|
||||
"contact": "İletişim"
|
||||
},
|
||||
"auth": {
|
||||
"title": "Kimlik Doğrulama",
|
||||
"login": "Giriş Yap",
|
||||
"register": "Kayıt Ol"
|
||||
}
|
||||
},
|
||||
"LocaleLayout": {
|
||||
"title": "Next.js i18n Uygulaması"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user