Skip to content

Commit

Permalink
Update orase.php Salaj
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresCode authored Dec 9, 2023
1 parent 74c9cb4 commit 392c16b
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions ROMANIA/SALAJ/orase.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,36 @@
<?php
$orase=[


createOras("CEHU SILVANIEI", [
createLoc("CEHU SILVANIEI", "oras", [
createLoc("Horoatu Cehului", "sat"),
createLoc("Motiș", "sat"),
createLoc("Nadiș", "sat"),
createLoc("Ulciug", "sat"),

]),

]),

createOras("JIBOU", [
createLoc("JIBOU", "oras", [
createLoc("Cuceu", "sat"),
createLoc("Husia", "sat"),
createLoc("Rona", "sat"),
createLoc("Var", "sat"),

]),

]),
createOras("ȘIMLEU SILVANIEI", [
createLoc("ȘIMLEU SILVANIEI", "oras"),
createLoc("Bic", "sat"),
createLoc("Cehei", "sat"),
createLoc("Pusta", "sat"),


]),

];

?>
?>

0 comments on commit 392c16b

Please sign in to comment.