From ca8f95e599b2a1934502688cc77f9925fbdf75a1 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 25 Oct 2017 23:12:22 +0200 Subject: add some country mirrors --- en/downloads/get/lib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/en/downloads/get/lib.php b/en/downloads/get/lib.php index 5894ad902..7f720cb08 100644 --- a/en/downloads/get/lib.php +++ b/en/downloads/get/lib.php @@ -9,7 +9,7 @@ * @link http://www.mageia.org/ * */ - +// _r(''); // note, we use geographical country names $countries = array( 'AR' => 'Argentina', @@ -31,6 +31,7 @@ $countries = array( 'GR' => 'Ελλάδα - Greece', 'GT' => 'Guatemala', 'ID' => 'Indonesia', + 'IL' => 'Israel', 'IT' => 'Italia', 'JP' => '日本国 - Japan', 'NC' => 'Nouvelle-Calédonie', @@ -44,6 +45,7 @@ $countries = array( 'UA' => 'Ukraine', 'UK' => 'the UK', 'US' => 'the USA', + 'VN' => 'Vietnam', 'ZA' => 'South Africa' ); -- cgit v1.2.1