Skip to content

Commit

Permalink
fix: sorting order
Browse files Browse the repository at this point in the history
  • Loading branch information
hankucz committed Aug 18, 2022
1 parent 77232b9 commit 7723c98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/locales/pl/address/direction.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Source: https://pl.wikipedia.org/wiki/Strony_świata
export default [
'północ',
'wschód',
'południe',
'zachód',
'północny wschód',
'południowy wschód',
'południowy zachód',
'północ',
'północny wschód',
'północny zachód',
'wschód',
'zachód',
];
10 changes: 5 additions & 5 deletions src/locales/pl/address/direction_abbr.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Source: https://pl.wikipedia.org/wiki/Strony_świata
export default [
'pd. wsch.',
'pd. zach.',
'pd.',
'pn. wsch.',
'pn. zach.',
'pn.',
'wsch.',
'pd.',
'zach.',
'pn. wsch.',
'pd. wsch.',
'pd. zach.',
'pn. zach.',
];

0 comments on commit 7723c98

Please sign in to comment.