From e385861ca59abf0b1fc09d008339aaf4966ed0a6 Mon Sep 17 00:00:00 2001 From: brendan braybrook Date: Mon, 2 Jun 2014 17:37:08 +0000 Subject: include new lang codes --- include/functions.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 2e76f157b..940a85fd0 100644 --- a/include/functions.php +++ b/include/functions.php @@ -63,10 +63,13 @@ function get_translations() { $tr = array( "auto" => "Detect automatically", + "da_DA" => "Dansk", "ca_CA" => "Català", "cs_CZ" => "Česky", "en_US" => "English", - "es_ES" => "Español", + "el_GR" => "Ελληνικά", + "es_ES" => "Españo (Españal", + "es_LA" => "Español", "de_DE" => "Deutsch", "fr_FR" => "Français", "hu_HU" => "Magyar (Hungarian)", -- cgit v1.2.3 From f33e373e59da004ade97643656f99f860cd34ef4 Mon Sep 17 00:00:00 2001 From: brendan braybrook Date: Mon, 2 Jun 2014 18:40:29 +0000 Subject: fix unicode problem from vim --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 940a85fd0..344e3e1ea 100644 --- a/include/functions.php +++ b/include/functions.php @@ -68,7 +68,7 @@ "cs_CZ" => "Česky", "en_US" => "English", "el_GR" => "Ελληνικά", - "es_ES" => "Españo (Españal", + "es_ES" => "Español (España)", "es_LA" => "Español", "de_DE" => "Deutsch", "fr_FR" => "Français", -- cgit v1.2.3