mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 00:09:59 +01:00
Merge pull request #207 from pgscandeias/patch-1
Replace 'UK' with ISO3166 compliant code 'GB'
This commit is contained in:
commit
abd5400105
@ -6,7 +6,7 @@ class Miscellaneous extends \Faker\Provider\Base
|
||||
{
|
||||
protected static $languageCode = array('cn', 'de', 'en', 'es', 'fr', 'it', 'pt', 'ru');
|
||||
|
||||
protected static $countryCode = array('CA', 'CN', 'DE', 'ES', 'FR', 'IE', 'IN', 'IT', 'MX', 'PT', 'RU', 'UK', 'US');
|
||||
protected static $countryCode = array('CA', 'CN', 'DE', 'ES', 'FR', 'IE', 'IN', 'IT', 'MX', 'PT', 'RU', 'GB', 'US');
|
||||
|
||||
protected static $localeData = array(
|
||||
'aa_DJ', 'aa_ER', 'aa_ET',
|
||||
|
Loading…
x
Reference in New Issue
Block a user