1
0
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:
Francois Zaninotto 2013-11-12 13:07:43 -08:00
commit abd5400105

View File

@ -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',