diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-14 18:04:48 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-14 18:04:48 -0500 |
commit | 5a28e9095dc87e80a6eedda500d847859f79e528 (patch) | |
tree | 9b631ae13c68e455b6d59d97fe2b1978edfeeb2a /app/Locale/sv_SE | |
parent | 23a9a19f3db59533382f56d0029785a81e20d45a (diff) |
Add icon for due date and use short format (pull-request #468)
Diffstat (limited to 'app/Locale/sv_SE')
-rw-r--r-- | app/Locale/sv_SE/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index ece0b2a2..bc64dbd0 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -213,6 +213,7 @@ return array( 'Invalid date' => 'Ej tillåtet datum', 'Must be done before %B %e, %Y' => 'Måste vara klart innan %B %e, %Y', '%B %e, %Y' => '%d %B %Y', + // '%b %e, %Y' => '', 'Automatic actions' => 'Automatiska åtgärder', 'Your automatic action have been created successfully.' => 'Din automatiska åtgärd har skapats.', 'Unable to create your automatic action.' => 'Kunde inte skapa din automatiska åtgärd.', |