locale_mismatch: Find mismatch between parent and child locales
Description
Find mismatch between parent and child locales
Usage
locale_mismatch(parent_provider, child_provider)
Value
locales that ARE in the parent, but are not available in the child.
Arguments
- parent_provider
provider that you want the locales to check for
- child_provider
provider where we check if parent locales are in.
For example InternetProvider has en_AU but LoremProvider does not.