diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-24 22:17:32 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-24 22:17:32 -0400 |
commit | f8a25a1550987f21590e861d7de36908b3b135b5 (patch) | |
tree | aea693a2232184efa9f526775023914fc6a3c726 /app/Locales/de_DE/translations.php | |
parent | 25ac5eaedaa5cf55effc7b52f53c5f2a62a9e2c3 (diff) |
Add Thai translation (pull-request #353)
Diffstat (limited to 'app/Locales/de_DE/translations.php')
-rw-r--r-- | app/Locales/de_DE/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php index f280a802..f9124641 100644 --- a/app/Locales/de_DE/translations.php +++ b/app/Locales/de_DE/translations.php @@ -551,4 +551,6 @@ return array( 'Confirmation' => 'Wiederholung', // 'Allow everybody to access to this project' => '', // 'Everybody have access to this project.' => '', + // 'Webhooks' => '', + // 'API' => '', ); |