feat: add custom avatar functionality (#248)

Co-authored-by: Dante Bradshaw <plansuperior@gmail.com>
This commit is contained in:
Miguel Ribeiro
2024-03-24 16:12:44 +01:00
committed by GitHub
co-authored by Dante Bradshaw
parent 40bcf3485e
commit 1dbebd3918
22 changed files with 387 additions and 41 deletions
+3 -1
View File
@@ -97,6 +97,8 @@ $i18n = [
'icons' => "Iconos",
'payment_icons' => "Iconos de Pago",
// Settings page
'upload_avatar' => "Subir avatar",
'file_type_error' => "El archivo debe ser una imagen en formato PNG, JPG, WEBP o SVG",
'user_details' => "Detalles del Usuario",
"household" => "Hogar",
"save_member" => "Guardar Miembro",
@@ -223,4 +225,4 @@ $i18n = [
];
?>
?>