language i18n added and tested for server and client side

This commit is contained in:
2025-07-28 18:45:23 +03:00
parent e9cb161f90
commit cbe62d8734
43 changed files with 2778 additions and 0 deletions

View 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"
}
}

View 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ı"
}
}