phpbb / phpbb-translation-validator

A tool checking packages for compliance with the policies https://area51.phpbb.com/docs/dev/3.2.x/language/guidelines.html
GNU General Public License v2.0
8 stars 9 forks source link

reCaptcha check #59

Closed battye closed 5 years ago

battye commented 5 years ago

Check to make sure the RECAPTCHA_LANG value is in the list specified at https://developers.google.com/recaptcha/docs/language

See: https://github.com/phpbb/phpbb-translation-validator/issues/49

Crizz0 commented 5 years ago

Works good, but I'm not happy with the WARNING output, when you delect a lang, which is not available, like "dex".

It should be FATAL or at least an ERROR. I think an instant deny it to much, but an ERROR should do it. What do you think?

battye commented 5 years ago

I think sounds that reasonable too, I'll change it to ERROR now.