From ac69aabf9a07a1ca07b9030ef42fda51f089920c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Tue, 14 Jun 2022 23:05:35 +0300 Subject: [PATCH] fixied #2248 --- resources/lang/en-GB/countries.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/en-GB/countries.php b/resources/lang/en-GB/countries.php index c2d0dd18c..64d62808c 100644 --- a/resources/lang/en-GB/countries.php +++ b/resources/lang/en-GB/countries.php @@ -1,6 +1,7 @@ 'Afghanistan', 'AX' => 'Ă…land Islands', 'AL' => 'Albania', @@ -119,6 +120,7 @@ return [ 'KZ' => 'Kazakhstan', 'KE' => 'Kenya', 'KI' => 'Kiribati', + 'XK' => 'Kosovo', 'KW' => 'Kuwait', 'KG' => 'Kyrgyzstan', 'LA' => 'Laos', @@ -250,4 +252,5 @@ return [ 'YE' => 'Yemen', 'ZM' => 'Zambia', 'ZW' => 'Zimbabwe', + ];