Skip to content

Commit

Permalink
feat: extend list of street prefixes for pl locale (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Apr 19, 2022
1 parent f824f9d commit 425accd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/locales/pl/address/street_prefix.ts
@@ -1 +1,19 @@
export default ['ul.', 'al.', 'os.'];
/**
* Source: https://pl.wikipedia.org/wiki/ULIC
*/
export default [
'al.',
'bulw.',
'droga',
'ogród',
'os.',
'park',
'pl.',
'rondo',
'rynek',
'skwer',
'szosa',
'ul.',
'wyb.',
'wyspa',
];

0 comments on commit 425accd

Please sign in to comment.