From 3fdf2e00cd29183b6a196a6704b402e576e515bb Mon Sep 17 00:00:00 2001 From: VesterDe Date: Tue, 24 Sep 2019 15:49:02 +0200 Subject: [PATCH] Fix the translation of "yesterday" in the Slovenian locale (#1420) --- src/locale/sl/_lib/formatRelative/index.js | 2 +- src/locale/sl/snapshot.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locale/sl/_lib/formatRelative/index.js b/src/locale/sl/_lib/formatRelative/index.js index 5094078ed5..2d25a1b771 100644 --- a/src/locale/sl/_lib/formatRelative/index.js +++ b/src/locale/sl/_lib/formatRelative/index.js @@ -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) { diff --git a/src/locale/sl/snapshot.md b/src/locale/sl/snapshot.md index 9bc2e9196c..495f479d43 100644 --- a/src/locale/sl/snapshot.md +++ b/src/locale/sl/snapshot.md @@ -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 |