-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Milestone
Description
The list of supported languages to automatically localize labels into should be updated to include Japanese and Korean, which are now available via the name_ja and name_ko fields in Mapbox Streets v7:
Lines 58 to 61 in e29c18d
| /** | |
| * Arabic (if available, otherwise same as name) | |
| */ | |
| public static final String ARABIC = "name_ar"; |
Lines 94 to 95 in e29c18d
| @StringDef( {LOCAL_NAME, ENGLISH, FRENCH, SIMPLIFIED_CHINESE, ARABIC, SPANISH, GERMAN, PORTUGUESE, | |
| RUSSIAN, CHINESE}) |
/ref mapbox/vector-tiles#54 mapbox/mapbox-gl-language#21 mapbox/mapbox-gl-native#12283
/cc @langsmith