Skip to content

Commit

Permalink
Fix December dictionary error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaCUBE committed Nov 22, 2018
1 parent e916d12 commit 976dafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dictionary.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Dictionary {
[1 => 'září', 'září', 'září', 'září', '', 'září', 'září'],
[1 => 'říjen', 'října', 'říjnu', 'říjem', '', 'říjnu', 'říjnem'],
[1 => 'listopad', 'listopadu', 'listopadu', 'listopad', '', 'listopadu', 'listopadem'],
[1 => 'prosinec', 'prosince', 'prosince', 'prosinec', '', 'prosince', 'prosincem'],
[1 => 'prosinec', 'prosince', 'prosinci', 'prosinec', '', 'prosince', 'prosincem'],
];

/**
Expand Down

0 comments on commit 976dafd

Please sign in to comment.