1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-23 00:39:47 +01:00

Merge pull request #111 from rmrevin/master

rus update
This commit is contained in:
Francois Zaninotto 2013-04-30 05:39:11 -07:00
commit 6108cba60e
2 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,7 @@ class Address extends \Faker\Provider\Base
);
protected static $buildingNumber = array('##');
protected static $postcode = array('#####');
protected static $postcode = array('######');
protected static $country = array(
'Украина', 'Российская Федерация', 'США', 'Канада', 'Австралия', 'Австрия',
'Азербайджан', 'Аландские острова', 'Албания', 'Алжир', 'Американские острова Самоа', 'Ангилья',
@ -90,7 +90,8 @@ class Address extends \Faker\Provider\Base
);
protected static $street = array(
'Косиора', 'Ладыгина', 'Ленина', 'Ломоносова',
'Косиора', 'Ладыгина', 'Ленина', 'Ломоносова', 'Домодедовская', 'Гоголя', '1905 года', 'Чехова', 'Сталина',
'Космонавтов', 'Гагарина', 'Славы', 'Бухарестская', 'Будапештсткая', 'Балканская'
);
protected static $addressFormats = array(

View File

@ -33,7 +33,8 @@ class Person extends \Faker\Provider\Person
protected static $middleName = array(
'Александрович', 'Алексеевич', 'Андреевич', 'Дмитриевич', 'Евгеньевич',
'Сергеевич', 'Иванович', 'Фёдорович', 'Львович',
'Сергеевич', 'Иванович', 'Фёдорович', 'Львович', 'Романович', 'Владимирович',
'Борисович', 'Максимович',
);
/**