Skip to content

Commit

Permalink
Add comments to en.yml about translating forum log in text
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed May 22, 2021
1 parent 4866c3d commit 4d4c347
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion resources/locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fof-oauth:

client_id_label: => fof-oauth.ref.settings.client_id
client_secret_label: => fof-oauth.ref.settings.client_secret

linkedin:
description: Create an application at {link}.

Expand All @@ -51,8 +51,15 @@ fof-oauth:

forum:
log_in:
# Add `with_<provider>_button` keys if you need to replace the entire button text for a specific provider
# e.g. `with_google_button: Log In with Google`
with_button: Log In with {provider}

# If you need to replace a provider's name for the log in button,
# you can copy paste the `lib.providers` into a `forum.providers`
# and keep the providers you need to change the name of
# e.g. `providers: discord: Discord`

error:
bad_verification_code: Invalid or expired verification token. Please try again.
invalid_state: Invalid state. Please try again.
Expand Down

0 comments on commit 4d4c347

Please sign in to comment.