feat(i18n): implement deep merging for locale chunks and enhance Cebuano translations
All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
- Introduced a deep merge function to combine locale chunks, improving the handling of language data for Cebuano. - Updated Cebuano locale files with comprehensive translations, including new sections for admin, social network, and settings. - Enhanced existing translations for clarity and consistency across various components, ensuring a better user experience. - Added new fields in the settings and profile sections to capture more user attributes, improving personalization options.
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
{
|
||||
"passwordReset": {
|
||||
"title": "Restablecer contraseña",
|
||||
"email": "E-Mail",
|
||||
"passwordReset": {
|
||||
"title": "Restablecer contraseña",
|
||||
"email": "Correo electrónico",
|
||||
"reset": "Restablecer",
|
||||
"success": "Si el correo electrónico existe, se ha enviado una guía para restablecer la contraseña.",
|
||||
"failure": "No se pudo restablecer la contraseña. Inténtalo de nuevo más tarde."
|
||||
"success": "Si el correo existe, se ha enviado una guía para restablecer la contraseña.",
|
||||
"failure": "No se pudo restablecer la contraseña. Inténtalo de nuevo más tarde.",
|
||||
"emailHint": "Enviaremos el enlace a la dirección de correo registrada.",
|
||||
"validation": {
|
||||
"invalidEmail": "Introduce una dirección de correo válida."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user