LocaleResolverTrait has independent helpers that would be cleaner in their own class, which is also how PHP's intl structures it. This would allow us easier testing, and leave room for future logic (determining the correct parent locale, iterating through a known list of locales to fix #17, etc).
LocaleResolverTrait has independent helpers that would be cleaner in their own class, which is also how PHP's intl structures it. This would allow us easier testing, and leave room for future logic (determining the correct parent locale, iterating through a known list of locales to fix #17, etc).