From b70601265760143573f22f7eca89b0d1ef83029d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Thu, 29 Sep 2016 11:47:11 +0200 Subject: [PATCH] MDL-56181 lang: Fix CI and CZ country short names to match ISO 3166 --- lang/en/countries.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/countries.php b/lang/en/countries.php index dc2046e9f2159..2c2e57cbcbdf2 100644 --- a/lang/en/countries.php +++ b/lang/en/countries.php @@ -65,7 +65,7 @@ $string['CF'] = 'Central African Republic'; $string['CG'] = 'Congo'; $string['CH'] = 'Switzerland'; -$string['CI'] = 'Côte D\'Ivoire'; +$string['CI'] = 'Côte d\'Ivoire'; $string['CK'] = 'Cook Islands'; $string['CL'] = 'Chile'; $string['CM'] = 'Cameroon'; @@ -77,7 +77,7 @@ $string['CW'] = 'Curaçao'; $string['CX'] = 'Christmas Island'; $string['CY'] = 'Cyprus'; -$string['CZ'] = 'Czech Republic'; +$string['CZ'] = 'Czechia'; $string['DE'] = 'Germany'; $string['DJ'] = 'Djibouti'; $string['DK'] = 'Denmark';