You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glebm
changed the title
Special handling for locale data from dependencies: data.read_external
Special handling for locale data from dependencies: data.externalSep 24, 2017
Adds a new configuration setting, `data.external`, for locale data from dependencies.
Locale data from dependencies is never considered unused and we never
modify it.
Fixes#264
Adds a new configuration setting, `data.external`, for locale data from dependencies.
Locale data from dependencies is never considered unused and we never
modify it.
Fixes#264
Adds a new configuration setting, `data.external`, for locale data from dependencies.
Locale data from dependencies is never considered unused and we never
modify it.
Fixes#264
Locale data from dependencies should not be considered unused.
Also, we should not attempt to ever modify that data (e.g. during
normalize
).For this, a new
data.external
key should be introduced and handled accordingly with the above.+@vsakarov
The text was updated successfully, but these errors were encountered: