feat(web): add more translations (#10700)

* feat(web): add more translations

* formatting
This commit is contained in:
Michel Heusschen
2024-07-01 00:29:10 +02:00
committed by GitHub
parent e54c18367b
commit c58148af35
20 changed files with 90 additions and 53 deletions
@@ -331,9 +331,9 @@
return person;
});
notificationController.show({ message: 'Date of birth saved successfully', type: NotificationType.Info });
notificationController.show({ message: $t('date_of_birth_saved'), type: NotificationType.Info });
} catch (error) {
handleError(error, 'Unable to save date of birth');
handleError(error, $t('errors.unable_to_save_date_of_birth'));
}
};