diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-19 16:01:41 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-19 16:01:41 -0400 |
commit | ac86c3100a1030026024c33c1cf02ec79f08ff51 (patch) | |
tree | 9b19c00122c6e405a01e7144072246cff456fe30 /app/Locale/da_DK/translations.php | |
parent | 392133d9ba27cacab18eac2ab8b10beb846a4cca (diff) |
Add Mailgun integration (incoming emails)
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r-- | app/Locale/da_DK/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index f021ea34..cc380929 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -862,4 +862,6 @@ return array( // 'Identifier' => '', // 'Postmark (incoming emails)' => '', // 'Help on Postmark integration' => '', + // 'Mailgun (incoming emails)' => '', + // 'Help on Mailgun integration' => '', ); |