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:
10
frontend/src/views/creators/DonationButtonBanner.en.json
Normal file
10
frontend/src/views/creators/DonationButtonBanner.en.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"isupport": "I Support",
|
||||
"amount": "Amount",
|
||||
"message": "Message",
|
||||
"send": "Send",
|
||||
"cancel": "Cancel",
|
||||
"errors": {
|
||||
"payment": "An error occurred during payment processing"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user