diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-26 09:15:04 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-26 09:15:04 -0500 |
commit | 954b7324f08e633087a1f6809a80c5892e39bcb0 (patch) | |
tree | 61131fae4ebb76deccdd8a762cb5ab75ab83d5bb /app/Locale/fr_FR/translations.php | |
parent | 28b9d6cdf11cad3d70e831ff2abfc824e1cca244 (diff) |
Add Croatian translation (#3076)
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 053aa784..6b21672a 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1334,4 +1334,5 @@ return array( 'Task ID' => 'ID de la tâche', 'Assign automatically a color when due date is expired' => 'Assigner automatiquement une couleur lorsque la date d\'échéance expire', 'Total score in this column across all swimlanes' => 'Score total dans cette colonne à travers toutes les swimlanes', + 'HRK - Kuna' => 'HRK - Kuna croate', ); |