From 1171fc4428569e9d249649eabfa0a1ef2bd533e4 Mon Sep 17 00:00:00 2001 From: Gideon van Melle Date: Fri, 22 Mar 2013 18:04:13 +0100 Subject: Added string for Dutch Added "nl_NL" -> "Dutch", in the array for function get_translations() --- include/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions.php b/include/functions.php index 7071765ba..5d706fd06 100644 --- a/include/functions.php +++ b/include/functions.php @@ -54,6 +54,7 @@ "ja_JP" => "日本語 (Japanese)", "lv_LV" => "Latviešu", "nb_NO" => "Norwegian bokmål", + "nl_NL" -> "Dutch", "pl_PL" => "Polski", "ru_RU" => "Русский", "pt_BR" => "Portuguese/Brazil", -- cgit v1.2.3 From 1f8d526fac65c582fff2a47ab2f250413e5c3b3f Mon Sep 17 00:00:00 2001 From: Gideon van Melle Date: Fri, 22 Mar 2013 18:08:20 +0100 Subject: Typo - had to be = --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 5d706fd06..87127b3d0 100644 --- a/include/functions.php +++ b/include/functions.php @@ -54,7 +54,7 @@ "ja_JP" => "日本語 (Japanese)", "lv_LV" => "Latviešu", "nb_NO" => "Norwegian bokmål", - "nl_NL" -> "Dutch", + "nl_NL" => "Dutch", "pl_PL" => "Polski", "ru_RU" => "Русский", "pt_BR" => "Portuguese/Brazil", -- cgit v1.2.3