Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fix) Wrong translation of 'yesterday' for sl locale #1420

Merged
merged 2 commits into from Sep 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/locale/sl/_lib/formatRelative/index.js
Expand Up @@ -13,7 +13,7 @@ var formatRelativeLocale = {
return "'prejšnji' EEEE 'ob' p"
}
},
yesterday: "'jutri ob' p",
yesterday: "'včeraj ob' p",
today: "'danes ob' p",
tomorrow: "'jutri ob' p",
nextWeek: function(date) {
Expand Down
2 changes: 1 addition & 1 deletion src/locale/sl/snapshot.md
Expand Up @@ -299,6 +299,6 @@ If now is January 1st, 2000, 00:00.
| 2000-01-05T00:00:00.000Z | naslednjo sredo ob 00:00 |
| 2000-01-02T00:00:00.000Z | jutri ob 00:00 |
| 2000-01-01T00:00:00.000Z | danes ob 00:00 |
| 1999-12-31T00:00:00.000Z | jutri ob 00:00 |
| 1999-12-31T00:00:00.000Z | včeraj ob 00:00 |
| 1999-12-27T00:00:00.000Z | prejšnji ponedeljek ob 00:00 |
| 1999-12-21T00:00:00.000Z | 21. 12. 99 |