diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2018-07-03 00:53:47 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2018-07-03 09:11:01 -0700 |
commit | 71a72d269a3f0de6f3cdb7780d2bf44f6a4e2c21 (patch) | |
tree | a2cf83c0988ae0abc0e693088625b6e33e52a6b9 /platform/ios | |
parent | bfd6fb7b52f910f4b20eb18a757d542d9dfa2d90 (diff) | |
download | qtlocation-mapboxgl-71a72d269a3f0de6f3cdb7780d2bf44f6a4e2c21.tar.gz |
[ios, macos] Autolocalize into Japanese, Korean
Added Japanese and Korean to the list of languages for which the Mapbox Streets source has dedicated name fields.
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 9b377913de..4d052e0269 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -5,6 +5,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT # master * Added `-[MGLMapView camera:fittingShape:edgePadding:]` and `-[MGLMapView camera:fittingCoordinateBounds:edgePadding:]` allowing you specify the pitch and direction for the calculated camera. ([#12213](https://github.com/mapbox/mapbox-gl-native/pull/12213)) +* `-[MGLStyle localizeLabelsIntoLocale:]` and `-[NSExpression mgl_expressionLocalizedIntoLocale:]` can automatically localize labels into Japanese or Korean based on the system’s language settings. ([#12286](https://github.com/mapbox/mapbox-gl-native/pull/12286)) ## 4.2.0 |