Skip to content

Commit 0e36c30

Browse files
authored
locale(pl): add extra colors and sort lines (#1226)
1 parent dd73ad8 commit 0e36c30

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/locales/pl/color/human.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
export default [
2-
'czerwony',
3-
'zielony',
4-
'niebieski',
5-
'żółty',
6-
'pomarańczowy',
7-
'granatowy',
8-
'szary',
2+
'beżowy',
93
'biały',
4+
'brązowy',
105
'czarny',
6+
'czerwony',
117
'fioletowy',
8+
'granatowy',
9+
'niebieski',
10+
'pomarańczowy',
1211
'różowy',
12+
'szary',
13+
'zielony',
14+
'żółty',
1315
];

0 commit comments

Comments
 (0)