1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/17191] new config values lang/en/composer.json fr common/recaptcha

PHPBB3-17191
This commit is contained in:
Christian Schnegelberger
2023-09-21 10:53:39 +02:00
committed by Marc Alexander
parent 7fcfcec600
commit 99fabe2eb8
3 changed files with 5 additions and 12 deletions

View File

@@ -37,10 +37,6 @@ if (empty($lang) || !is_array($lang))
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, [
// 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
'RECAPTCHA_LANG' => 'en-GB',
'CAPTCHA_RECAPTCHA' => 'reCaptcha v2',
'CAPTCHA_RECAPTCHA_V3' => 'reCaptcha v3',