Framework Update

This commit is contained in:
2024-01-31 22:15:08 +08:00
parent b5ff5e8b5f
commit 20678a6a0c
1459 changed files with 25954 additions and 16153 deletions
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
"country" => "Seychelles",
"subdivisions" => [
"01" => "Anse aux Pins",
"02" => "Anse Boileau",
"03" => "Anse Etoile",
"04" => "Au Cap",
"05" => "Anse Royale",
"06" => "Baie Lazare",
"07" => "Baie Sainte Anne",
"08" => "Beau Vallon",
"09" => "Bel Air",
"10" => "Bel Ombre",
"11" => "Cascade",
"12" => "Glacis",
"13" => "Grand Anse Mahe",
"14" => "Grand Anse Praslin",
"15" => "La Digue",
"16" => "English River",
"17" => "Mont Buxton",
"18" => "Mont Fleuri",
"19" => "Plaisance",
"20" => "Pointe Larue",
"21" => "Port Glaud",
"22" => "Saint Louis",
"23" => "Takamaka",
"24" => "Les Mamelles",
"25" => "Roche Caiman",
"26" => "Ile Perseverance I",
"27" => "Ile Perseverance II"
]
];