Hungarian fixes implemented to documentation too. (#60) · FakerPHP/fakerphp.github.io@9abf7aa · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
Skip to content

Commit 9abf7aa

Browse files
authored
Hungarian fixes implemented to documentation too. (#60)
1 parent a4b99a9 commit 9abf7aa

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

docs/locales/hu_HU.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,79 @@
11
# Hungarian (Hungary)
22

3+
### `Faker\Provider\hu_HU\Address`
4+
5+
```php
6+
// Generates a random Floor or Door with suffix
7+
echo $faker->secondaryAddress(); // "10. emelet"
8+
9+
// Generates a random state
10+
echo $faker->state(); // "Pest"
11+
12+
// Echo the capital of Hungary
13+
echo $faker->capital(); // "Budapest"
14+
15+
// Generates a random big city
16+
echo $faker->bigCity(); // "Békéscsaba"
17+
18+
// Generates a random small city
19+
echo $faker->smallerCity(); // "Ajka"
20+
21+
// Generates a coordinates inside the border of Hungary
22+
echo $faker->localCoordinates(); // ['47.049242', '18.355119']
23+
```
24+
25+
### `Faker\Provider\hu_HU\Company`
26+
27+
```php
28+
// Generates a random company suffix
29+
echo $faker->companySuffix(); // "Kft"
30+
```
31+
332
### `Faker\Provider\hu_HU\Payment`
433

534
```php
635
// Generates a random bank account number
736
echo $faker->bankAccountNumber(); // "HU09904437680048220079300783"
837
```
38+
39+
### `Faker\Provider\hu_HU\Person`
40+
41+
```php
42+
// Generates a random male first name
43+
echo $faker->firstNameMale(); // "Albert"
44+
45+
// Generates a random female first name
46+
echo $faker->firstNameFemale(); // "Adél"
47+
48+
// Generates a random unisex last name
49+
echo $faker->lastName(); // "Antal"
50+
51+
// Generates a specific Hungarian name format for females after marriage
52+
echo $faker->lastNameFemaleMarried(); // "Kissné"
53+
54+
// Generates a random prefix before the name
55+
echo $faker->title(); // "Dr."
56+
57+
// Replaced by specific unisex hungarian title
58+
echo $faker->titleMale(); // "Báró"
59+
60+
// Replaced by specific unisex hungarian title
61+
echo $faker->titleFemale(); // "Özv."
62+
63+
// Echo the PhD suffix
64+
echo $faker->suffix(); // "PhD"
65+
```
66+
67+
### `Faker\Provider\hu_HU\PhoneNumber`
68+
69+
```php
70+
// Generates a random phone number
71+
echo $faker->phoneNumber(); // "+36-00-000-0000"
72+
```
73+
74+
### `Faker\Provider\hu_HU\Text`
75+
76+
```php
77+
// Generates a text
78+
echo $faker->text(); // "ELSŐ FEJEZET 1 - Uram! A késemért jöttem! - Hol hagyta?"
79+
```

0 commit comments

Comments
 (0)

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.