Skip to content

Commit

Permalink
fix: mistakes in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
hankucz committed Aug 3, 2022
1 parent c2343d0 commit f191153
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/locales/pl/address/direction.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default [
'Północ',
'Południe',
'Wschód',
'Zachód',
'Północny Wschód',
'Północny Zachód',
'Południowy Wschód',
'Południowy Zachód',
'północ',
'południe',
'wschód',
'zachód',
'północny wschód',
'północny zachód',
'południowy wschód',
'południowy zachód',
];
11 changes: 10 additions & 1 deletion src/locales/pl/address/direction_abbr.ts
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
export default ['N', 'E', 'S', 'W', 'NE', 'NW', 'SE', 'SW'];
export default [
'płn.',
'płd.',
'wsch.',
'zach.',
'płn. wsch.',
'płn. zach.',
'płd. wsch.',
'płd. zach.',
];

0 comments on commit f191153

Please sign in to comment.