Skip to content

Commit

Permalink
Merge branch 'main' into hacker_abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
import-brain committed Jun 18, 2022
2 parents 7fa7f4f + 1898f28 commit fd1ac63
Show file tree
Hide file tree
Showing 73 changed files with 3,432 additions and 1,873 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
- 🧍 Names - Generate virtual humans with a complete online and offline identity.
- 🔢 Numbers - Of course, we can also generate random numbers and strings.

> **Note**: Faker tries to generate realistic data and not obvious fake data.
> The generated names, addresses, emails, phone numbers, and/or other data might be coincidentally valid information.
> Please do not send any of your messages/calls to them from your test setup.
## 📦 Install

```bash
Expand Down
2 changes: 1 addition & 1 deletion src/locales/pl/address/building_number.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default ['#####', '####', '###'];
export default ['###', '##', '##a', '##b', '##c', '#/#'];
6 changes: 2 additions & 4 deletions src/locales/pl/address/city_name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ export default [
'Dębno',
'Dobczyce',
'Dobiegniew',
'Dobra (powiat łobeski)',
'Dobra (powiat turecki)',
'Dobra',
'Dobre Miasto',
'Dobrodzień',
'Dobrzany',
Expand Down Expand Up @@ -239,8 +238,7 @@ export default [
'Jeziorany',
'Jędrzejów',
'Jordanów',
'Józefów (powiat biłgorajski)',
'Józefów (powiat otwocki)',
'Józefów',
'Jutrosin',
'Kalety',
'Kalisz',
Expand Down
8 changes: 2 additions & 6 deletions src/locales/pl/address/country.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default [
'Białoruś',
'Birma',
'Boliwia',
'Sucre',
'Bośnia i Hercegowina',
'Botswana',
'Brazylia',
Expand All @@ -46,6 +45,7 @@ export default [
'Ekwador',
'Erytrea',
'Estonia',
'Eswatini',
'Etiopia',
'Fidżi',
'Filipiny',
Expand All @@ -65,7 +65,6 @@ export default [
'Haiti',
'Hiszpania',
'Holandia',
'Haga',
'Honduras',
'Indie',
'Indonezja',
Expand Down Expand Up @@ -103,7 +102,7 @@ export default [
'Litwa',
'Luksemburg',
'Łotwa',
'Macedonia',
'Macedonia Północna',
'Madagaskar',
'Malawi',
'Malediwy',
Expand Down Expand Up @@ -136,7 +135,6 @@ export default [
'Paragwaj',
'Peru',
'Polska',
'322 575',
'Portugalia',
'Republika Południowej Afryki',
'Republika Środkowoafrykańska',
Expand All @@ -160,7 +158,6 @@ export default [
'Somalia',
'Sri Lanka',
'Stany Zjednoczone',
'Suazi',
'Sudan',
'Sudan Południowy',
'Surinam',
Expand All @@ -178,7 +175,6 @@ export default [
'Turcja',
'Turkmenistan',
'Tuvalu',
'Funafuti',
'Uganda',
'Ukraina',
'Urugwaj',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/pl/address/secondary_address.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default ['Apt. ###', 'Suite ###'];
export default ['m. ###'];
32 changes: 16 additions & 16 deletions src/locales/pl/address/state.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
export default [
'Dolnośląskie',
'Kujawsko-pomorskie',
'Lubelskie',
'Lubuskie',
'Łódzkie',
'Małopolskie',
'Mazowieckie',
'Opolskie',
'Podkarpackie',
'Podlaskie',
'Pomorskie',
'Śląskie',
'Świętokrzyskie',
'Warmińsko-mazurskie',
'Wielkopolskie',
'Zachodniopomorskie',
'dolnośląskie',
'kujawsko-pomorskie',
'lubelskie',
'lubuskie',
'łódzkie',
'małopolskie',
'mazowieckie',
'opolskie',
'podkarpackie',
'podlaskie',
'pomorskie',
'śląskie',
'świętokrzyskie',
'warmińsko-mazurskie',
'wielkopolskie',
'zachodniopomorskie',
];
16 changes: 8 additions & 8 deletions src/locales/pl/address/state_abbr.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
export default [
'',
'DS',
'KP',
'LU',
'LB',
'LS',
'ŁD',
'MP',
'LD',
'MA',
'MZ',
'OP',
'PK',
'PL',
'PD',
'PM',
'ŚL',
'ŚK',
'WM',
'SL',
'SK',
'WN',
'WP',
'ZP',
];
13 changes: 13 additions & 0 deletions src/locales/pl/color/human.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export default [
'czerwony',
'zielony',
'niebieski',
'żółty',
'pomarańczowy',
'granatowy',
'szary',
'biały',
'czarny',
'fioletowy',
'różowy',
];
12 changes: 12 additions & 0 deletions src/locales/pl/color/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { ColorDefinitions } from '../../..';
import human from './human';

const color: ColorDefinitions = {
human,
};

export default color;
File renamed without changes.
4 changes: 2 additions & 2 deletions src/locales/pl/company/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Run 'pnpm run generate:locales' to update.
*/
import type { CompanyDefinitions } from '../../..';
import adjetive from './adjetive';
import adjective from './adjective';
import bs_adjective from './bs_adjective';
import bs_noun from './bs_noun';
import bs_verb from './bs_verb';
Expand All @@ -13,7 +13,7 @@ import noun from './noun';
import suffix from './suffix';

const company: CompanyDefinitions = {
adjetive,
adjective,
bs_adjective,
bs_noun,
bs_verb,
Expand Down
2 changes: 1 addition & 1 deletion src/locales/pl/company/suffix.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default ['Inc', 'and Sons', 'LLC', 'Group'];
export default ['S.A.', 'z o.o', 'Sp. j.', 'Sp. p.', 'Sp. k.', 'SKA', 's.c.'];
8 changes: 8 additions & 0 deletions src/locales/pl/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,29 @@
import type { LocaleDefinition } from '../..';
import address from './address';
import cell_phone from './cell_phone';
import color from './color';
import company from './company';
import internet from './internet';
import lorem from './lorem';
import music from './music';
import name_ from './name';
import phone_number from './phone_number';
import science from './science';
import team from './team';

const pl: LocaleDefinition = {
title: 'Polish',
address,
cell_phone,
color,
company,
internet,
lorem,
music,
name: name_,
phone_number,
science,
team,
};

export default pl;
20 changes: 20 additions & 0 deletions src/locales/pl/music/genre.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
export default [
'Alternatywna',
'Blues',
'Country',
'Disco polo',
'Elektroniczna',
'Funk',
'Hip Hop',
'Indie Pop',
'Jazz',
'Klasyczna',
'Latynoska',
'Ludowa',
'Metal',
'Pop',
'Rap',
'Reggae',
'Rock',
'Soul',
];
14 changes: 14 additions & 0 deletions src/locales/pl/music/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { MusicDefinitions } from '../../..';
import genre from './genre';
import song_name from './song_name';

const music: MusicDefinitions = {
genre,
song_name,
};

export default music;

0 comments on commit fd1ac63

Please sign in to comment.