aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/get/lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/get/lib.php')
-rw-r--r--en/downloads/get/lib.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/en/downloads/get/lib.php b/en/downloads/get/lib.php
index 975de2291..efa69e775 100644
--- a/en/downloads/get/lib.php
+++ b/en/downloads/get/lib.php
@@ -12,6 +12,7 @@
// note, we use geographical country names
$countries = array(
+ 'AR' => 'Argentina',
'AU' => 'Australia',
'BE' => 'Belgique',
'BR' => 'Brasil',
@@ -23,6 +24,7 @@ $countries = array(
'DE' => 'Deutschland',
'ES' => 'España',
'FR' => 'France',
+ 'GB' => 'Great Britain',
'GR' => 'Ελλάδα', // Greece
'GT' => 'Guatemala',
'ID' => 'Indonesia',
@@ -33,9 +35,11 @@ $countries = array(
'PL' => 'Polska',
'RU' => 'Россия',
'SE' => 'Sverige',
+ 'TR' => 'Türkiye',
'TW' => '臺灣', // Taiwan
'UK' => 'the UK',
'US' => 'the USA',
+ 'ZA' => 'South Africa'
);
/**