From ea29cebfe6f41b14d398b5919bbffc4541089ec7 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 20 Oct 2014 19:31:31 -0400 Subject: Add Danish translation (pull-request #336) --- app/Model/Config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Model/Config.php') diff --git a/app/Model/Config.php b/app/Model/Config.php index 1de297d2..066d3993 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -45,6 +45,7 @@ class Config extends Base { // Sorted by value return array( + 'da_DK' => 'Dansk', 'de_DE' => 'Deutsch', 'en_US' => 'English', 'es_ES' => 'Español', -- cgit v1.2.3