aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/downloads/get/lib.php4
1 files changed, 3 insertions, 1 deletions
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'
);