Issue #3455643: Add geoip_country cache context
Provides a built-in cache context that varies cached render arrays by the visitor's geolocated country code. This removes the need for each project to implement their own country-based cache context.
Usage in render arrays: '#cache' => ['contexts' => ['geoip_country']]
Closes #3455643