diff options
author | filip <filip.komar@gmail.com> | 2023-02-26 21:56:30 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2023-02-26 21:56:30 +0100 |
commit | f22d6eb71d1b8936643d7153d4fe5a36e9cba027 (patch) | |
tree | 79ff5625391dc3708e033c73765ca7008eeb0910 /en/downloads | |
parent | 909578c5bfcbedd5eac918b89532639ce59846e0 (diff) | |
download | www-f22d6eb71d1b8936643d7153d4fe5a36e9cba027.tar www-f22d6eb71d1b8936643d7153d4fe5a36e9cba027.tar.gz www-f22d6eb71d1b8936643d7153d4fe5a36e9cba027.tar.bz2 www-f22d6eb71d1b8936643d7153d4fe5a36e9cba027.tar.xz www-f22d6eb71d1b8936643d7153d4fe5a36e9cba027.zip |
add two more new city names with i18n refresh
Diffstat (limited to 'en/downloads')
-rw-r--r-- | en/downloads/get/lib.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/en/downloads/get/lib.php b/en/downloads/get/lib.php index 5e060fd72..30843335c 100644 --- a/en/downloads/get/lib.php +++ b/en/downloads/get/lib.php @@ -102,6 +102,9 @@ $cities_i18n = array ( 'Vinnytsia' => _r("Vinnytsia"), 'Warszawa' => _r("Warszawa"), 'Yonezawa' => _r("Yonezawa"), // '米沢市', // .jp + 'istanbul' => _r("istanbul"), + 'richmond' => _r("richmond"), + 'Краснодар' => _r("Краснодар"), ); |