Skip to content

Commit 7ab7e8a

Browse files
authored
Update README.md
set RECAPTCHA_LANGUAGE setting optional
1 parent bf85939 commit 7ab7e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RECAPTCHA_PRIVATE_KEY = 'your private key'
3232
RECAPTCHA_PUBLIC_KEY = 'your public key'
3333
RECAPTCHA_DEFAULT_ACTION = 'generic'
3434
RECAPTCHA_SCORE_THRESHOLD = 0.5
35-
RECAPTCHA_LANGUAGE = 'en'
35+
RECAPTCHA_LANGUAGE = 'en' # for auto detection language, remove this from your settings
3636
# If you require reCaptcha to be loaded from somewhere other than https://google.com
3737
# (e.g. to bypass firewall restrictions), you can specify what proxy to use.
3838
# RECAPTCHA_FRONTEND_PROXY_HOST = 'https://recaptcha.net'

0 commit comments

Comments
 (0)