diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-27 19:48:36 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-27 19:48:36 -0400 |
commit | 12d7138a47d2c7a50ca8f0b2abb2266239c6197f (patch) | |
tree | 97e4024190d2cb09af9428993b76b77a82178a93 /locales/fr_FR | |
parent | 349b5f3f56f83d681fe6658c1a8475992dde9eea (diff) |
Add support for the ISO 8601 date format (for due date)
Diffstat (limited to 'locales/fr_FR')
-rw-r--r-- | locales/fr_FR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 54659276..82467acd 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -289,4 +289,5 @@ return array( 'Nothing found.' => 'Rien trouvé.', 'Search in the project "%s"' => 'Rechercher dans le projet « %s »', 'Due date' => 'Date d\'échéance', + 'Others formats accepted: %s and %s' => 'Autres formats acceptés : %s et %s', ); |