Skip to content

Commit d5f1fdb

Browse files
committed
feat: extend list of street prefixes for pl locale
1 parent 360bec7 commit d5f1fdb

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
export default ['ul.', 'al.', 'os.'];
1+
/**
2+
* Source: https://pl.wikipedia.org/wiki/ULIC
3+
*/
4+
export default [
5+
'al.',
6+
'bulw.',
7+
'droga',
8+
'ogród',
9+
'os.',
10+
'park',
11+
'pl.',
12+
'rondo',
13+
'rynek',
14+
'skwer',
15+
'szosa',
16+
'ul.',
17+
'wyb.',
18+
'wyspa',
19+
];

0 commit comments

Comments
 (0)