Add localization support for various components, including dialogs and views, in English, Spanish, and French. Implemented translations for user profile management, payment processes, and creator functionalities. Updated existing components to utilize the new translation system.
This commit is contained in:
19
frontend/src/views/creators/CreatorHome.en.json
Normal file
19
frontend/src/views/creators/CreatorHome.en.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"sections": {
|
||||
"about": {
|
||||
"title": "About Us",
|
||||
"description": "Description",
|
||||
"mainImage": "Main image"
|
||||
},
|
||||
"support": {
|
||||
"title": "Why Support Us",
|
||||
"description": "Description",
|
||||
"subtitle": "Subtitle"
|
||||
}
|
||||
},
|
||||
"fields": {
|
||||
"phoneNumber": "Phone Number",
|
||||
"email": "Email Address",
|
||||
"videoUrl": "Video URL"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user