From 98402cba40d90964e9ba2872d4d585dfc9b8d27b Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 16 Feb 2021 23:45:40 +0100 Subject: add new country and cities for DL page and refresh l10n --- en/downloads/get/lib.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'en/downloads') diff --git a/en/downloads/get/lib.php b/en/downloads/get/lib.php index 2dbfc6593..d74a7ef8a 100644 --- a/en/downloads/get/lib.php +++ b/en/downloads/get/lib.php @@ -34,6 +34,7 @@ $countries = array ( 'IL' => _r("Israel"), 'IT' => _r("Italia"), 'JP' => _r("日本国 - Japan"), + 'KR' => _r("Korea"), 'NC' => _r("Nouvelle-Calédonie"), 'NL' => _r("Nederlands"), 'PH' => _r("Philipines"), @@ -81,6 +82,8 @@ $cities_i18n = array ( 'Minsk' => _r("Minsk"), // 'Мінск', // .by 'Miskolc' => _r("Miskolc"), 'Moscow' => _r("Moscow"), // 'Москва', // .ru + 'New York' => _r("New York"), + 'New York City' => _r("New York City"), 'Paris' => _r("Paris"), 'Prague' => _r("Prague"), // 'Praha', // .cz 'Princeton' => _r("Princeton"), -- cgit v1.2.1