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

Login page is not displayed in selected language #5225

Closed
tcoupin opened this issue Oct 23, 2018 · 4 comments
Closed

Login page is not displayed in selected language #5225

tcoupin opened this issue Oct 23, 2018 · 4 comments
Assignees

Comments

@tcoupin
Copy link
Member

tcoupin commented Oct 23, 2018

On this screenshot, you can see that the selected language is english. All is in english, except username and password labels.
image

@pdurbin
Copy link
Member

pdurbin commented Oct 23, 2018

@tcoupin hi! Thanks for the bug report. Are you on 2bac293 which is the latest commit and includes your fix for #5090?

@tcoupin
Copy link
Member Author

tcoupin commented Oct 23, 2018

@pdurbin yes

@pdurbin
Copy link
Member

pdurbin commented Oct 23, 2018

@tcoupin thanks. Likewise, you can get mostly French with English for "username" and "password" like this:

screen shot 2018-10-23 at 10 01 24 am

This is the curl command I used:

curl http://localhost:8080/api/admin/settings/:Languages -X PUT -d '[{ "locale":"en", "title":"English"}, { "locale":"fr", "title":"Français"}]'

Are you interested in making a pull request?

@tcoupin
Copy link
Member Author

tcoupin commented Oct 23, 2018

@pdurbin I use the same curl command.

I don't have any fix for now. If I found one, I will make a pull request.

tcoupin added a commit to tcoupin/dataverse that referenced this issue Oct 29, 2018
tcoupin added a commit to tcoupin/dataverse that referenced this issue Oct 29, 2018
tcoupin added a commit to tcoupin/dataverse that referenced this issue Oct 29, 2018
@mheppler mheppler assigned mheppler and unassigned mheppler Oct 30, 2018
@kcondon kcondon self-assigned this Oct 30, 2018
kcondon added a commit that referenced this issue Oct 31, 2018
…adof-value

Fix #5225 - Crendential store bundle key instead of value
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