Skip to content

Commit

Permalink
feat: add accounts to webhosting purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflorist committed Sep 22, 2023
1 parent 0afef6f commit 4b92bb5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const purposesOptions = computed<DataProcessingPurpose>(() => {
'videos',
'cdn',
'database',
'account',
],
'settings.data_processings.fields.purposes.options',
true
Expand Down
4 changes: 4 additions & 0 deletions locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@
},
"purposes": {
"options": {
"account": {
"description": "Funktionalitäten zur Erstellung und Verwaltung von Benutzer-Accounts.",
"title": "Account"
},
"application_form": {
"description": "Für Bewerbungen verwendetes E-Mail Formular.",
"title": "Bewerbungsformular"
Expand Down
4 changes: 4 additions & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@
},
"purposes": {
"options": {
"account": {
"description": "Functionalities for creating and managing user accounts.",
"title": "Account"
},
"application_form": {
"description": "Email form used for applications.",
"title": "Application Form"
Expand Down
4 changes: 4 additions & 0 deletions locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@
},
"purposes": {
"options": {
"account": {
"description": "Funzionalità per la creazione e la gestione degli account utente.",
"title": "Account"
},
"application_form": {
"description": "Modulo di contatto utilizzato per le candidature.",
"title": "Modulo di Candidatura"
Expand Down
1 change: 1 addition & 0 deletions types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ declare global {
| 'scripts' // Scripts
| 'cdn' // CDN
| 'database' // Database
| 'account' // Accounts

type DataProcessingPurposeEmails =
| 'newsletter' // Newsletter
Expand Down

0 comments on commit 4b92bb5

Please sign in to comment.