diff options
| author | Hanna <[email protected]> | 2022-08-05 08:53:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-05 06:53:50 +0000 |
| commit | 0e36c3063302bdef965cee5cd0c76362ea5594b9 (patch) | |
| tree | 293bf76b96b6fefd01a49cc47cf3552e139949ea /src | |
| parent | dd73ad8018ee8a9fc2a36b1c3e072caadfe0a44a (diff) | |
| download | faker-0e36c3063302bdef965cee5cd0c76362ea5594b9.tar.xz faker-0e36c3063302bdef965cee5cd0c76362ea5594b9.zip | |
locale(pl): add extra colors and sort lines (#1226)
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/pl/color/human.ts | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/locales/pl/color/human.ts b/src/locales/pl/color/human.ts index 164d25bb..4c8db818 100644 --- a/src/locales/pl/color/human.ts +++ b/src/locales/pl/color/human.ts @@ -1,13 +1,15 @@ export default [ - 'czerwony', - 'zielony', - 'niebieski', - 'żółty', - 'pomarańczowy', - 'granatowy', - 'szary', + 'beżowy', 'biały', + 'brązowy', 'czarny', + 'czerwony', 'fioletowy', + 'granatowy', + 'niebieski', + 'pomarańczowy', 'różowy', + 'szary', + 'zielony', + 'żółty', ]; |
