mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-21 16:01:56 +02:00
Merge pull request #1606 from simaolemos/master
[pt_PT/Address] Add abbreviature to 'travessa' and 'largo'
This commit is contained in:
commit
56c38238cd
@ -4,7 +4,7 @@ namespace Faker\Provider\pt_PT;
|
||||
|
||||
class Address extends \Faker\Provider\Address
|
||||
{
|
||||
protected static $streetPrefix = array('Av.', 'Avenida', 'R.', 'Rua', 'Travessa', 'Largo');
|
||||
protected static $streetPrefix = array('Av.', 'Avenida', 'R.', 'Rua', 'Tv.', 'Travessa', 'Lg.', 'Largo');
|
||||
|
||||
protected static $streetNameFormats = array(
|
||||
'{{streetPrefix}} {{lastName}}',
|
||||
|
Loading…
x
Reference in New Issue
Block a user