Skip to content

Commit

Permalink
Merge pull request #14 from HatemElsaid/main
Browse files Browse the repository at this point in the history
add dagestan country
  • Loading branch information
MoamenEltouny authored Jul 18, 2024
2 parents a8fcc18 + 132af39 commit fd6e786
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/data/country.php
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,20 @@
"capital" => "Prague",
"nationality" => "Czech"
],
"DA" => [
"iso" => "DAG",
"name" => "Dagestan",
"native" => "Dagestan",
"currency" => "RUB",
"phone" => "7",
"timezone" => "Europe/Moscow",
"languages" => [
"RU"
],
"continent" => "AS",
"capital" => "Makhachkala",
"nationality" => "Dagestanian"
],
"DK" => [
"iso" => "DNK",
"name" => "Denmark",
Expand Down
1 change: 1 addition & 0 deletions src/lang/ar/country.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
'CU' => 'كوبا',
'CY' => 'قبرص',
'CZ' => 'جمهورية التشيك',
'DA' => 'داغستان',
'DK' => 'الدنمارك',
'DJ' => 'جيبوتي',
'DM' => 'دومينيكا',
Expand Down
1 change: 1 addition & 0 deletions src/lang/ar/nationality.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"CW" => "كوراساو",
"CY" => "قبرصي",
"CZ" => "تشيكي",
"DA" => "داغستاني",
"DK" => "دنماركي",
"DJ" => "جيبوتي",
"DM" => "دومينيكي",
Expand Down
1 change: 1 addition & 0 deletions src/lang/en/country.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"CU" => "Cuba",
"CY" => "Cyprus",
"CZ" => "Czech Republic",
"DA" => "Dagestan",
"DK" => "Denmark",
"DJ" => "Djibouti",
"DM" => "Dominica",
Expand Down
1 change: 1 addition & 0 deletions src/lang/en/nationality.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"CW" => "Curaçaoan",
"CY" => "Cypriot",
"CZ" => "Czech",
"DA" => "Dagestanian",
"DK" => "Danish",
"DJ" => "Djiboutian",
"DM" => "Dominican",
Expand Down

0 comments on commit fd6e786

Please sign in to comment.