Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing Locale issue #137

Open
araujogo opened this issue May 17, 2022 · 4 comments
Open

Managing Locale issue #137

araujogo opened this issue May 17, 2022 · 4 comments

Comments

@araujogo
Copy link

Tried to find more what Locale is about on the menu, but a popup with [Object] appears

@keyboSlice
Copy link

Hi, we're also experiencing this, did you manage to work around it?

We tried manually sending a PUT request to the locales endpoint, which does set the strings but it removes the custom HTML that we'd added for the page 🙃

@bernardwolff
Copy link
Contributor

bernardwolff commented Aug 15, 2022

Hello @araujogo and @keyboSlice, as a workaround, you can get the Manage locales page to load if you copy the address of the link and paste it into the browser's address bar, but as @keyboSlice reported, this wipes out the custom HTML.

@giovannetti-eric
Copy link

The bug is there for month, Is there any support on this extension?

@ajubin
Copy link

ajubin commented Jun 28, 2023

For me, available locales are the following
image

All my users are French so I found a hack to override content this way:

/* On my custom.css file */

#message {
  font-size: 0;
}
#message::after {
  /* Original content: It looks like you have another account with the same email address. We recommend you link these accounts. You may sign in with Auth0 to link accounts. */
  content: "Nous avons détecté qu'un autre compte associé à cette adresse email existe déjà. Pour le lier à ce nouveau moyen de connexion, veuillez cliquer sur 'Continuer' pour vous authentifier avec l'autre compte.";
  /* reset to original properties */
  font-size: 16px;
  display: block;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants