humanmade / altis-consent

Enhanced user privacy and consent controls for Altis.
GNU General Public License v3.0
5 stars 2 forks source link

Consent category names are not translatable #80

Closed roborourke closed 2 years ago

roborourke commented 2 years ago

Right now the consent category names are just the keys used for the cookies. When presented to users they are passed through ucfirst() which is not suitable for end user display. They are not translatable as a result because other integrations need to rely on them being consistent.