Added unstranslated cookie message

This commit is contained in:
vjrj 2018-02-15 13:27:09 +01:00
parent 4f9e0cc63d
commit dbfbba1067
3 changed files with 5 additions and 3 deletions

View file

@ -90,7 +90,7 @@ i18n.use(backend)
position: 'bottom', position: 'bottom',
linkText: 'Lee más', linkText: 'Lee más',
linkRouteName: '/privacy', linkRouteName: '/privacy',
acceptButtonText: 'Aceptar', acceptButtonText: t('Aceptar'),
html: false, html: false,
expirationInDays: 70, expirationInDays: 70,
forceShow: false forceShow: false

View file

@ -189,5 +189,6 @@
"Elige un tipo": "Elige un tipo":
"Choose a type", "Choose a type",
"Puedes participar en las traducciones": "Puedes participar en las traducciones":
"You can help with the translations" "You can help with the translations",
"Aceptar": "Accept"
} }

View file

@ -276,5 +276,6 @@
"Elige un tipo": "Elige un tipo":
"Elige un tipo", "Elige un tipo",
"Puedes participar en las traducciones": "Puedes participar en las traducciones":
"Puedes participar en las traducciones" "Puedes participar en las traducciones",
"Aceptar": "Aceptar"
} }