aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--downloads.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/downloads.php b/downloads.php
index bea11f7cd..bf1e76252 100644
--- a/downloads.php
+++ b/downloads.php
@@ -14,14 +14,16 @@ $_t = $_t[$locale];
$prods = parse_ini_file('downloads.ini', true);
$countries = array(
+ 'BR' => 'Brasil',
'CH' => 'Switzerland',
'CN' => 'China',
'CZ' => 'Czechia',
- 'DE' => 'Deutschland (Germany)',
+ 'DE' => 'Deutschland',
'FR' => 'France',
'GR' => 'Greece',
- 'NC' => 'New Caledonia',
+ 'NC' => 'Nouvelle-Calédonie',
'NL' => 'Nederlands',
+ 'TW' => 'Taiwan',
'UK' => 'the UK',
'US' => 'the USA',
);