File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
src/main/java/com/mapbox/mapboxsdk/plugins/localization Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
33Mapbox welcomes participation and contributions from everyone.
44
5+ ### mapbox-android-plugin-localization-v9:0.14.0 - September 16, 2021
6+ #### Bugs
7+ - Add locale for Locale("vi")[ #1202 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/1202 )
8+
59### mapbox-android-plugin-localization-v9:0.13.0 - August 24, 2021
610
711- Adding Vietnamese and Italian support to Localization Plugin[ #1098 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/1098 )
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.14 .0-SNAPSHOT
1+ VERSION_NAME =0.15 .0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-android-plugin-localization-v9
33POM_NAME =Mapbox Android Localization Plugin
44POM_DESCRIPTION =Mapbox Android Localization Plugin
Original file line number Diff line number Diff line change @@ -348,6 +348,7 @@ public final class MapLocale {
348348 LOCALE_SET .put (new Locale ("pt" , "PT" ), PORTUGAL );
349349 LOCALE_SET .put (new Locale ("pt" , "BR" ), BRAZIL );
350350 LOCALE_SET .put (new Locale ("vi" , "VN" ), VIETNAM );
351+ LOCALE_SET .put (new Locale ("vi" ), VIETNAM );
351352 LOCALE_SET .put (Locale .ITALY , MapLocale .ITALY );
352353
353354 if (android .os .Build .VERSION .SDK_INT >= android .os .Build .VERSION_CODES .LOLLIPOP ) {
You can’t perform that action at this time.
0 commit comments