From bae57838c2dd789064b246308c7cb3a33bba5b8e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 5 Oct 2014 11:22:10 -0400 Subject: Input date format is now a config parameter instead of the current locale --- app/Locales/ru_RU/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Locales/ru_RU/translations.php') diff --git a/app/Locales/ru_RU/translations.php b/app/Locales/ru_RU/translations.php index e5e3e8bc..e658c09c 100644 --- a/app/Locales/ru_RU/translations.php +++ b/app/Locales/ru_RU/translations.php @@ -209,8 +209,6 @@ return array( 'The description is required' => 'Требуется описание', 'Edit this task' => 'Изменить задачу', 'Due Date' => 'Срок', - 'm/d/Y' => 'м/д/Г', - 'month/day/year' => 'месяц/день/год', 'Invalid date' => 'Неверная дата', 'Must be done before %B %e, %Y' => 'Должно быть сделано до %d/%m/%Y', '%B %e, %Y' => '%d/%m/%Y', @@ -534,4 +532,6 @@ return array( // 'Application URL' => '', // 'Example: http://example.kanboard.net/ (used by email notifications)' => '', // 'Token regenerated.' => '', + // 'Date format' => '', + // 'ISO format is always accepted, example: "%s" and "%s"' => '', ); -- cgit v1.2.3