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

localized authentication #3595

Open
Monduiz opened this issue Nov 18, 2016 · 4 comments · May be fixed by #10121
Open

localized authentication #3595

Monduiz opened this issue Nov 18, 2016 · 4 comments · May be fixed by #10121
Labels
help wanted For intermediate contributors, requires investigation or knowledge of iD code localization Adapting iD across languages, regions, and cultures waitfor-upstream Waiting for something in an upstream project

Comments

@Monduiz
Copy link

Monduiz commented Nov 18, 2016

If iD is loaded using the .locale('fr') Context option, the authentication should also happen in the same language. Currently, if ID is loaded in French, as an example, when doing edit->save->authenticate, the login OSM popup window is in English.

In the context of Governmental use of iD in jurisdictions with more than one official language, this is a big issue. Is there a way to modify this behaviour?

@bhousel bhousel added the localization Adapting iD across languages, regions, and cultures label Nov 19, 2016
@tmcw
Copy link
Contributor

tmcw commented Nov 19, 2016

@Monduiz do you know if there's a way to tell the OSM website that you'd like the french translation? Is there a query string you can pass? Giving us a bit more information about how this issue might be fixed will help speed an implementation!

@Monduiz
Copy link
Author

Monduiz commented Nov 19, 2016

@tmcw I am using iD v2.0 for a project. I am loading iD with
id = iD.Context()
.assetPath('dist/')
.locale('fr');

iD is then in French but the authentication is loading in English when attempting to save as its probably the default. The Website can be loaded in French if ?locale=fr is added to the URL but its not working with the authorization url.

@Monduiz
Copy link
Author

Monduiz commented Nov 20, 2016

@tmcw You can see what I am trying to do here: https://monduiz.github.io/CrowiD2/

Click on Francais and you will go to the french version. When you edit -> save, you load the auth window and its in English. I am trying to make it load in French when in that language.

@bhousel bhousel added the help wanted For intermediate contributors, requires investigation or knowledge of iD code label Jun 29, 2018
@manfredbrandl
Copy link
Contributor

@Monduiz https://monduiz.github.io/CrowiD2/ is not available any more. Is the issue still important to you? Or have you found a work-around?

@tyrasd tyrasd added the waitfor-upstream Waiting for something in an upstream project label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted For intermediate contributors, requires investigation or knowledge of iD code localization Adapting iD across languages, regions, and cultures waitfor-upstream Waiting for something in an upstream project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants