-
Notifications
You must be signed in to change notification settings - Fork 401
Open
Labels
Description
The services that require contacting customer support have similar notes.
"notes": "Account deletion requires contacting Customer Support.",
"notes_tr": "Hesabınızın silinmesi için müşteri hizmetleri ile iletişime geçmeniz gerekir.",
"notes_fr": "Pour supprimer votre compte contactez le support.",
"notes_it": "La cancellazione account richiede di contattare il servizio clienti.",
"notes_de": "Account-Löschung erfordert es den Kundensupport zu kontaktieren",
"notes_pt_br": "Para deletar a sua conta contate a assistência ao cliente",
"notes_cat": "Per esborrar el seu compte contacti amb l'assistència al client",
"notes_es": "Para borrar tu cuenta contacta con asistencia al cliente"
All of them have the "email" property. That's why I think that all entries that the "email" property should add these notes automatically. This would make it easier to add more translations and would save dozens of lines in the JSON file.
Let me know what you think.