Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Jan 16, 2025
1 parent f5bbc4a commit c5cdf3f
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions atlas/configuration/config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,19 @@
}

orijime_default_translations = {
"fr": {
"consentModal": {
"description": "",
},
"purposes": {
"analytics": "Analyse",
"security": "Sécurité"
}
"fr": {
"consentModal": {
"description": "",
},
"en": {
"consentModal": {
"description": "This is an example of how to override an existing translation already used by Orejime",
},
"purposes": {
"analytics": "Analytics",
"security": "Security"
},

}
}
"purposes": {"analytics": "Analyse", "security": "Sécurité"},
},
"en": {
"consentModal": {
"description": "This is an example of how to override an existing translation already used by Orejime",
},
"purposes": {"analytics": "Analytics", "security": "Security"},
},
}


class SecretSchemaConf(Schema):
Expand Down

0 comments on commit c5cdf3f

Please sign in to comment.