Skip to content

Commit

Permalink
Fix the translation of "yesterday" in the Slovenian locale (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
VesterDe authored and kossnocorp committed Sep 24, 2019
1 parent d770865 commit 3fdf2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 |

0 comments on commit 3fdf2e0

Please sign in to comment.