From 33f020ad3bbc89cc823ae8cbb43b640af443e6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ing=2E=20Jan=20Kal=C3=A1b?= Date: Sun, 15 Jan 2017 17:15:44 +0100 Subject: [PATCH] Better Czech date format --- app/locales/cs_CZ/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/cs_CZ/translations.php b/app/locales/cs_CZ/translations.php index bab3c79..fa59bd0 100644 --- a/app/locales/cs_CZ/translations.php +++ b/app/locales/cs_CZ/translations.php @@ -240,7 +240,7 @@ return array( 'Cronjob URL' => 'URL cronjobu', 'Do you really want to remove this user: "%s"?' => 'Opravdu chcete odstranit tohoto uživatele: "%s"', 'Administrator' => 'Administrátor', - '%e %B %Y %k:%M' => '%e %B %Y %k:%M', + '%e %B %Y %k:%M' => '%e. %B %Y %k:%M', 'Wallabag' => 'Wallabag', 'Wallabag API URL' => 'Wallabag API URL', 'Wallabag Client ID' => 'Wallabag ID klienta',