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

Localization plugin #36

Closed
1ec5 opened this issue May 17, 2017 · 2 comments · Fixed by #74
Closed

Localization plugin #36

1ec5 opened this issue May 17, 2017 · 2 comments · Fixed by #74
Labels

Comments

@1ec5
Copy link
Contributor

1ec5 commented May 17, 2017

We should have a plugin that automatically localizes map labels into the user’s preferred language. There’s already a robust implementation of this feature in Objective-C targeting the macOS SDK that could be ported to the Android SDK:

https://github.com/mapbox/mapbox-gl-native/blob/cc1ea759a681cadcfd06fd7bdda79ca6deb38c62/platform/macos/app/MapDocument.m#L346-L393
https://github.com/mapbox/mapbox-gl-native/blob/cc1ea759a681cadcfd06fd7bdda79ca6deb38c62/platform/macos/app/MGLVectorSource+MBXAdditions.m

/ref mapbox/mapbox-gl-native#7031
/cc @tobrun @langsmith @ericrwolfe

@langsmith
Copy link
Contributor

I'm interested in trying to tackle this as I wade into the plugin world

@langsmith
Copy link
Contributor

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

Successfully merging a pull request may close this issue.

2 participants