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

Check ReCATPCHA setting against allowed values #49

Closed Crizz0 closed 5 years ago

Crizz0 commented 6 years ago

That is quite simple. Here we need something, that checks this line: 'RECAPTCHA_LANG' => 'en-GB', // Find the language/country code on https://developers.google.com/recaptcha/docs/language - If no code exists for your language you can use "en" or leave the string empty in \language\en\captcha_recaptcha.php

if the entry has a valid value from here: https://developers.google.com/recaptcha/docs/language

Regards

battye commented 5 years ago

@Crizz0 If you are able to provide a description of what you want for each of these changes (even for all of the other Issues in this repo too), and details of how such a change would be tested - I don't mind having a look at some of these tasks and making some changes when I have time. It would be cool if we could close out of all of the issues in here.

Currently, I don't really understand what "Check ReCATPCHA setting against allowed values", "Improve support for RTL languages", etc means though 😝

Crizz0 commented 5 years ago

Hi,

that is quite simple. For #49 we need something, that checks this line: 'RECAPTCHA_LANG' => 'en-GB', // Find the language/country code on https://developers.google.com/recaptcha/docs/language - If no code exists for your language you can use "en" or leave the string empty

if the entry has a valid value from here: https://developers.google.com/recaptcha/docs/language

Regards