Add next-intl to internationalize our project

This commit is contained in:
2026-02-03 15:11:59 +01:00
parent a073665dc4
commit 85b618836b
25 changed files with 1103 additions and 180 deletions

15
messages/en.json Normal file
View File

@@ -0,0 +1,15 @@
{
"header": {
"title": "CGR App"
},
"nav": {
"home": "Home",
"about": "About",
"contact": "Contact",
"admin": "Admin"
},
"dashboard": {
"title": "Community Dashboard",
"welcome": "Welcome to the admin area. Manage your community resources safely."
}
}